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 202444c commit 436afc7Copy full SHA for 436afc7
.github/workflows/ci.yml
@@ -69,6 +69,7 @@ jobs:
69
"3.10": docker://python:3.10-bookworm
70
"3.11": docker://python:3.11-bookworm
71
"3.12": docker://python:3.12-bookworm
72
+ "3.13": docker://python:3.13-bookworm
73
"pypy2.7": docker://pypy:2.7-bookworm
74
"pypy3.7": docker://pypy:3.7-bullseye
75
"pypy3.8": docker://pypy:3.8-bookworm
@@ -142,6 +143,13 @@ jobs:
142
143
docker: "3.12"
144
implementation: cpython
145
major: 3
146
+ - name: CPython 3.13
147
+ tox: py313
148
+ major-dot-minor: "3.13"
149
+ action: "3.13"
150
+ docker: "3.13"
151
+ implementation: cpython
152
+ major: 3
153
# disabled due to installation failures
154
# https://github.com/pytest-dev/pytest-twisted/pull/157
155
# - name: PyPy 2.7
0 commit comments