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 authored and jpic committed Apr 12, 2024
1 parent 8a641d8 commit 76f66cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tox]
envlist =
py{38,39,310}-django{32,40,41}
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,311}-django{32,40,41}
[testenv]
usedevelop = true
commands =
Expand Down Expand Up @@ -29,3 +32,4 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

0 comments on commit 76f66cd

Please sign in to comment.