Skip to content

Commit 3221c3f

Browse files
committed
add python 3.14 to CI
1 parent 10cbe2f commit 3221c3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/server.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- python-version: "3.11"
2929
- python-version: "3.12"
3030
- python-version: "3.13"
31+
- python-version: "3.14"
3132
defaults:
3233
run:
3334
working-directory: server
@@ -47,7 +48,7 @@ jobs:
4748
strategy:
4849
fail-fast: false
4950
matrix:
50-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # testcontainers is not supported on <3.9
51+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] # testcontainers is not supported on <3.9
5152
needs: build-server
5253
defaults:
5354
run:

0 commit comments

Comments
 (0)