Skip to content

Commit

Permalink
Run CI on py3.9 and django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Jun 23, 2021
1 parent 9c40b55 commit 3e15bd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [ 3.6, 3.7, 3.8, 3.9 ]

steps:
- uses: actions/checkout@v1
Expand Down
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
envlist =
py{36,37}-django-20
py{36,37}-django-21
py{36,37,38}-django-22
py{36,37,38}-django-30
py{36,37,38}-django-31
py{36,37,38}-django-master
py{36,37,38,39}-django-22
py{36,37,38,39}-django-30
py{36,37,38,39}-django-31
py{36,37,38,39}-django-32

[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39

[testenv]
deps =
Expand All @@ -23,7 +24,7 @@ deps =
django-22: Django>=2.2,<2.3
django-30: Django>=3.0,<3.1
django-31: Django>=3.1,<3.2
django-master: https://github.com/django/django/archive/master.tar.gz
django-32: Django>=3.2,<3.3
usedevelop = True
ignore_outcome =
django-master: True
Expand Down

0 comments on commit 3e15bd8

Please sign in to comment.