Updated references to Python 3.10. #164

This commit is contained in:
Corey Oordt 2021-12-04 09:13:45 -06:00
parent 3854609626
commit d2beca9c09
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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]