Skip to content

Commit 9830343

Browse files
Also test rust and C bindings agaisnt 3.14
1 parent 445d2f6 commit 9830343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python-version: ["3.10", "3.11", "3.12", "3.13"]
37+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3838
steps:
3939
- name: Set up Python
4040
uses: actions/setup-python@v6

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
45+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4646
defaults:
4747
run:
4848
working-directory: ./tictactoe_rust/tictactoe_rust_python

0 commit comments

Comments
 (0)