Skip to content

Commit 5de6b7c

Browse files
committed
Run tests on 3.14
1 parent c618232 commit 5de6b7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
3.11
6363
3.12
6464
3.13
65+
3.14-dev
6566
6667
- run: pip install poetry nox nox-poetry uv
6768
- run: nox -r -t tests -s "${{ matrix.session.session }}"

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
nox.options.error_on_external_run = True
99
nox.options.default_venv_backend = "uv"
1010

11-
PYTHON_VERSIONS = ["3.13", "3.12", "3.11", "3.10", "3.9"]
11+
PYTHON_VERSIONS = ["3.14", "3.13", "3.12", "3.11", "3.10"]
1212

1313
GQL_CORE_VERSIONS = [
1414
"3.2.3",

0 commit comments

Comments
 (0)