Skip to content

Commit ca89e3e

Browse files
committed
Add Python 3.14 to the test matrix
1 parent a536b8b commit ca89e3e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [Ubuntu, macOS, Windows]
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
include:
2222
- os: Ubuntu
2323
image: ubuntu-22.04
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
cache: poetry
45+
allow-prereleases: 'true'
4546

4647
- name: Install dependencies
4748
run: poetry install

news/506.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add support for Python 3.14.

0 commit comments

Comments
 (0)