Skip to content

Commit

Permalink
feat: ✨ Confirm support for python 3.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiabhi94 committed Jul 17, 2021
1 parent 2bb23c6 commit a1e0d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- 3.7
- 3.8
- 3.9
- '3.10-dev'

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10-dev
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = django hit hits hitcount views
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py37-dj{21, 22, 30, 31, 32}
py38-dj{21, 22, 30, 31, 32, main}
py39-dj{21, 22, 30, 31, 32, main}
py310-dj{21, 22, 30, 31, 32, main}
lint, docs

[gh-actions]
Expand All @@ -12,6 +13,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv:docs]
deps =
Expand Down

0 comments on commit a1e0d2c

Please sign in to comment.