Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 7bc9943

Browse files
committed
Downgraded runs-on to ubuntu-20.04 to support python3.6 runs for a little while longer. Added 3.11 runs. Syncing tox and GH actions run environments.
1 parent 48ca62e commit 7bc9943

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[tox]
2-
envlist = pypy38, py37, py38, py39, py310
2+
envlist = pypy38, py36, py37, py38, py39, py310, py311
33

44
[gh-actions]
55
python =
66
pypy-3.8: pypy38
7+
3.6: py36
78
3.7: py37
89
3.8: py38
910
3.9: py39
1011
3.10: py310
12+
3.11: py311
1113

1214
[testenv]
1315
deps =

0 commit comments

Comments
 (0)