Skip to content

Commit abef6fc

Browse files
cclausstridge
authored andcommitted
Add Python 3.14 to workflow matrix
1 parent 7121d4d commit abef6fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
19+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ matrix.python-version }}
40+
allow-prereleases: true
4041

4142
- name: Install dependencies
4243
run: |

0 commit comments

Comments
 (0)