We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a5cc1 commit 6800ae2Copy full SHA for 6800ae2
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
"3.8": docker://python:3.8-buster
41
"3.9": docker://python:3.9-buster
42
"3.10": docker://python:3.10-buster
43
+ "3.11": docker://python:3.11-buster
44
"pypy2.7": docker://pypy:2.7-buster
45
"pypy3.7": docker://pypy:3.7-buster
46
"pypy3.8": docker://pypy:3.8-buster
@@ -93,6 +94,12 @@ jobs:
93
94
docker: "3.10"
95
implementation: cpython
96
major: 3
97
+ - name: CPython 3.11
98
+ tox: py311
99
+ action: "3.11"
100
+ docker: "3.11"
101
+ implementation: cpython
102
+ major: 3
103
# disabled due to installation failures
104
# https://github.com/pytest-dev/pytest-twisted/pull/157
105
# - name: PyPy 2.7
0 commit comments