Skip to content

Commit 76f66cd

Browse files
JanMaltejpic
authored andcommitted
ci: add python 3.11 to tox envlist and github actions
1 parent 8a641d8 commit 76f66cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-version: ['3.8', '3.9', '3.10']
13+
python-version: ['3.8', '3.9', '3.10', '3.11']
1414

1515
steps:
1616
- uses: actions/checkout@v1

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[tox]
22
envlist =
3-
py{38,39,310}-django{32,40,41}
3+
py{27,35,36}-django{18,19,110,111}
4+
py{35,36,37,38}-django{111,22}
5+
py{36,37,38,39,310}-django{30,31,32}
6+
py{38,39,310,311}-django{32,40,41}
47
[testenv]
58
usedevelop = true
69
commands =
@@ -29,3 +32,4 @@ python =
2932
3.8: py38
3033
3.9: py39
3134
3.10: py310
35+
3.11: py311

0 commit comments

Comments
 (0)