Skip to content

Commit

Permalink
feat: ✨ Confirm support for python 3.10
Browse files Browse the repository at this point in the history
- also, use python 3.10 for different environments in github actions.
  • Loading branch information
abhiabhi94 committed Nov 5, 2021
1 parent d6c2ceb commit 9e5480f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- 3.7
- 3.8
- 3.9
- '3.10-dev'
- '3.10'

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
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = django hit hits hitcount views
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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}
py310-dj{main}
lint, docs

[gh-actions]
Expand Down

0 comments on commit 9e5480f

Please sign in to comment.