Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Add 3.11 for python
  • Loading branch information
TrangPham authored Oct 20, 2023
1 parent f481be1 commit bea3bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
options: --health-cmd="curl http://localhost:4566/health?reload" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
python-version: [3.8, 3.9, 3.10.0]
python-version: [3.8, 3.9, 3.10.0, 3.11]
django-version: [3.2, 4.0.4]
include:
# Version 4.0 of Django drops support for python 3.6 & 3.7
Expand Down

0 comments on commit bea3bb4

Please sign in to comment.