File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 6969 " 3.10 " : docker://python:3.10-bookworm
7070 " 3.11 " : docker://python:3.11-bookworm
7171 " 3.12 " : docker://python:3.12-bookworm
72+ " 3.13 " : docker://python:3.13-bookworm
7273 " pypy2.7 " : docker://pypy:2.7-bookworm
7374 " pypy3.7 " : docker://pypy:3.7-bullseye
7475 " pypy3.8 " : docker://pypy:3.8-bookworm
@@ -142,6 +143,13 @@ jobs:
142143 docker : " 3.12"
143144 implementation : cpython
144145 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
145153# disabled due to installation failures
146154# https://github.com/pytest-dev/pytest-twisted/pull/157
147155# - name: PyPy 2.7
@@ -225,6 +233,10 @@ jobs:
225233 major-dot-minor : " 3.12"
226234 reactor :
227235 tox : pyside2
236+ - python :
237+ major-dot-minor : " 3.13"
238+ reactor :
239+ tox : pyside2
228240 - python :
229241 major : 2
230242 reactor :
You can’t perform that action at this time.
0 commit comments