Skip to content

Commit

Permalink
Even more Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 6, 2022
1 parent bfa3ebd commit 0c6d88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
test-python:
strategy:
matrix:
python: ['3.7', '3.8']
python: ['3.7', '3.8', '3.9', '3.10']
django: ['2.2', '3.2', '4.1']
exclude:
- python: '3.7'
Expand Down

0 comments on commit 0c6d88b

Please sign in to comment.