Skip to content

Commit 98b40e9

Browse files
authored
Merge pull request #161 from pytest-dev/add_cpython_3_11
test CPython 3.11
2 parents 29a5cc1 + b6b2a75 commit 98b40e9

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/workflows/ci.yml

Lines changed: 11 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
@@ -141,6 +148,10 @@ jobs:
141148
major: 2
142149
reactor:
143150
tox: pyside2
151+
- python:
152+
action: "3.11"
153+
reactor:
154+
tox: pyside2
144155
- python:
145156
major: 2
146157
reactor:

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist=
3-
py{27,py27,35,36,37,38,39,310,py37,py38,py39}-defaultreactor
4-
py{35,36,37,38,39,310,py37,py38,py39}-asyncioreactor
5-
py{35,36,37,38,39,310}-pyqt5reactor
6-
py{35,36,37,38,39,310}-pyside2reactor
3+
py{27,py27,35,36,37,38,39,310,311,py37,py38,py39}-defaultreactor
4+
py{35,36,37,38,39,310,311,py37,py38,py39}-asyncioreactor
5+
py{35,36,37,38,39,310,311}-pyqt5reactor
6+
py{35,36,37,38,39,310,311}-pyside2reactor
77
linting
88

99
[testenv]

0 commit comments

Comments
 (0)