Skip to content

Commit

Permalink
Test on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
D3X committed Nov 3, 2021
1 parent f3a64c9 commit 4c70d64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -13,8 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8 ]
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
django: [ 22, 31, 32 ]
exclude:
- python-version: 3.10
django: 22
services:
postgres:
image: postgres
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -37,12 +37,15 @@ def _pyimp():
Programming Language :: Python :: 3.6
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
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Operating System :: OS Independent
Topic :: Communications
Topic :: System :: Distributed Computing
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,8 +1,10 @@
[tox]
envlist =
py310-django{31,32}
py39-django{22,31,32}
py38-django{22,31,32}
py36-django{22,31,32}
py37-django{22,31,32}
py36-django{22,31,32}
pypy3-django{22,31,32}

flake8
Expand Down

0 comments on commit 4c70d64

Please sign in to comment.