Skip to content

Commit

Permalink
Add Python 3.10 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored and bluetech committed Nov 4, 2021
1 parent 4e125e1 commit ac76775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
python: 3.8
allow_failure: false

- name: py310-dj32-postgres-xdist-coverage
python: '3.10'
allow_failure: false

- name: py39-dj32-postgres-xdist-coverage
python: 3.9
allow_failure: false
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Testing
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist =
py310-dj32-postgres
py39-dj{32,31,30,22}-postgres
py38-dj{32,31,30,22}-postgres
py37-dj{32,31,30,22}-postgres
Expand Down

0 comments on commit ac76775

Please sign in to comment.