Skip to content

Commit

Permalink
drop python3.10 from test suite
Browse files Browse the repository at this point in the history
See #175 for details
  • Loading branch information
mwarkentin committed Dec 22, 2021
1 parent d63390d commit 822446a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.9', '3.10']
python-version: ['3.6', '3.9']
django-version: ['3.2.10', '4.0']
exclude:
- django-version: '4.0'
Expand Down

0 comments on commit 822446a

Please sign in to comment.