Skip to content

Commit 6800ae2

Browse files
authored
add CPython 3.11 to CI
1 parent 29a5cc1 commit 6800ae2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
"3.8": docker://python:3.8-buster
4141
"3.9": docker://python:3.9-buster
4242
"3.10": docker://python:3.10-buster
43+
"3.11": docker://python:3.11-buster
4344
"pypy2.7": docker://pypy:2.7-buster
4445
"pypy3.7": docker://pypy:3.7-buster
4546
"pypy3.8": docker://pypy:3.8-buster
@@ -93,6 +94,12 @@ jobs:
9394
docker: "3.10"
9495
implementation: cpython
9596
major: 3
97+
- name: CPython 3.11
98+
tox: py311
99+
action: "3.11"
100+
docker: "3.11"
101+
implementation: cpython
102+
major: 3
96103
# disabled due to installation failures
97104
# https://github.com/pytest-dev/pytest-twisted/pull/157
98105
# - name: PyPy 2.7

0 commit comments

Comments
 (0)