We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6735f7b commit 8af6599Copy full SHA for 8af6599
2 files changed
.github/workflows/ci.yml
@@ -13,5 +13,5 @@ jobs:
13
uses: questionpy-org/.github/.github/workflows/python-ci.yml@v8.1
14
with:
15
# GitHub workflow inputs do not support lists, so we pass JSON.
16
- pytest-python-versions: '["3.11", "3.12"]'
+ pytest-python-versions: '["3.11", "3.12", "3.13"]'
17
packages: questionpy_common questionpy_server tests
.python-version
@@ -1,2 +1,3 @@
1
3.11
2
3.12
3
+3.13
0 commit comments