Skip to content

Commit 9839ee4

Browse files
committed
add python 3.14
1 parent 0a6ad26 commit 9839ee4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytest-all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: ["3.11", "3.12", "3.13"]
20+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
29+
allow-prereleases: true
2930
cache: "pip"
3031

3132
- name: Install dependencies

0 commit comments

Comments
 (0)