Skip to content

Commit 8af6599

Browse files
committed
chore: support Python 3.13
1 parent 6735f7b commit 8af6599

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
uses: questionpy-org/.github/.github/workflows/python-ci.yml@v8.1
1414
with:
1515
# GitHub workflow inputs do not support lists, so we pass JSON.
16-
pytest-python-versions: '["3.11", "3.12"]'
16+
pytest-python-versions: '["3.11", "3.12", "3.13"]'
1717
packages: questionpy_common questionpy_server tests

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
3.11
22
3.12
3+
3.13

0 commit comments

Comments
 (0)