Skip to content

Commit 436afc7

Browse files
authored
test against CPython 3.13
1 parent 202444c commit 436afc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 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

0 commit comments

Comments
 (0)