Skip to content

Commit bd36546

Browse files
authored
Merge pull request #198 from pytest-dev/altendky-patch-13
2 parents 202444c + e2cc522 commit bd36546

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
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:

0 commit comments

Comments
 (0)