Skip to content

Commit 6f5eda1

Browse files
committed
Test on Python 3.14
1 parent f8de8d2 commit 6f5eda1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: 'ubuntu-24.04'
1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
19+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2020

2121
steps:
2222
- uses: actions/checkout@v5
@@ -39,7 +39,7 @@ jobs:
3939
tests-multiplatform:
4040
strategy:
4141
matrix:
42-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
42+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
4343
os: ['macos-latest', 'windows-latest']
4444

4545
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)