Skip to content

Commit

Permalink
Updated references to Python 3.10. #164
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 4, 2021
1 parent 3854609 commit d2beca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
python-version: [ 3.6, 3.7, 3.8, 3.9, "3.10" ]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
begin
py36-lint
py{36,37,38,39,10}-django{111,2,21,22,3,31}
py{36,37,38,39,310}-django{111,2,21,22,3,31}
coverage-report

[gh-actions]
Expand Down

0 comments on commit d2beca9

Please sign in to comment.