Skip to content

Commit

Permalink
Add Django 4 and Python 3.10 to tox and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 6, 2021
1 parent ba061aa commit 62aece4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]

steps:
- name: Checkout code
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ envlist =
docs
{py36}-{django22,django31,django32}
{py37}-{django22,django31,django32}
{py38}-{django31,django32,djangomain}
{py39}-{django31,django32,djangomain}
{py38}-{django31,django32,django40,djangomain}
{py39}-{django31,django32,django40,djangomain}
{py310}-{django32,django40,djangomain}
check-description
check-manifest

Expand All @@ -21,6 +22,7 @@ deps =
django22: Django==2.2.*
django31: Django==3.1.*
django32: Django==3.2.*
django40: Django==4.0.a1
djangomain: https://github.com/django/django/archive/main.tar.gz
coverage[toml]
coveralls
Expand Down

0 comments on commit 62aece4

Please sign in to comment.