Skip to content

Commit

Permalink
Add Python 3.9 support to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Rust Saiargaliev authored and codingjoe committed Oct 26, 2020
1 parent f8baa0b commit b0d9918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- 3.6
- 3.7
- 3.8
- 3.9
django-version:
- 2.2.*
- 3.1.*
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Expand Down

0 comments on commit b0d9918

Please sign in to comment.