We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e7de6 commit ce93c55Copy full SHA for ce93c55
.github/workflows/test.yml
@@ -26,11 +26,11 @@ jobs:
26
strategy:
27
matrix:
28
os: [macos-latest, ubuntu-latest, windows-latest]
29
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
30
fail-fast: false
31
32
env:
33
- BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12') && 'true' || '' }}
+ BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14') && 'true' || '' }}
34
35
steps:
36
0 commit comments