Skip to content

Commit 78c29fa

Browse files
maint: add Python 3.14 to supported version
1 parent 622ced5 commit 78c29fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
26+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2727

2828
steps:
2929
- uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/setup-python@v5
3434
with:
3535
python-version: ${{ matrix.python-version }}
36+
allow-prereleases: true
3637
- name: Build and check package
3738
run: |
3839
pipx run build

0 commit comments

Comments
 (0)