Skip to content

Commit 5eafbce

Browse files
committed
Also run tests on 3.14
1 parent fb4292b commit 5eafbce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222

2323
steps:
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
allow-prereleases: true
31+
check-latest: true
3032

3133
- name: Install UV
3234
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)