Skip to content

Commit

Permalink
ci: add python 3.11 to tox envlist and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalte committed Jul 21, 2023
1 parent 37af053 commit 3894eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
py{27,35,36}-django{18,19,110,111}
py{35,36,37,38}-django{111,22}
py{36,37,38,39,310}-django{30,31,32}
py{38,39,310}-django{40,41}
py{36,37,38,39,310,311}-django{30,31,32}
py{38,39,310,311}-django{40,41}
[testenv]
usedevelop = true
commands =
Expand Down Expand Up @@ -39,3 +39,4 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

0 comments on commit 3894eb8

Please sign in to comment.