Skip to content

Commit 66df77e

Browse files
committed
test on 3.14
1 parent dc2c956 commit 66df77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919
os: [windows-latest, ubuntu-latest, macos-latest]
2020
steps:
2121
- uses: "actions/checkout@v4"
2222
- uses: "actions/setup-python@v5"
2323
with:
2424
python-version: "${{ matrix.python-version }}"
25+
allow-prereleases: true
2526
- name: "Install dependencies"
2627
run: "scripts/install"
2728
shell: bash

0 commit comments

Comments
 (0)