Skip to content

Commit ce93c55

Browse files
committed
Add new Python versions to test matrix
1 parent 72e7de6 commit ce93c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [macos-latest, ubuntu-latest, windows-latest]
29-
python-version: ["3.10", "3.11", "3.12"]
29+
python-version: ["3.11", "3.12", "3.13", "3.14"]
3030
fail-fast: false
3131

3232
env:
33-
BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12') && 'true' || '' }}
33+
BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14') && 'true' || '' }}
3434

3535
steps:
3636

0 commit comments

Comments
 (0)