We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d4fd0 commit 62a44acCopy full SHA for 62a44ac
1 file changed
.github/workflows/build-wheels.yml
@@ -18,8 +18,8 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python: [cp310, cp311, cp312, cp313]
22
- os: [ubuntu-latest, windows-latest, macos-13, macos-latest, windows-11-arm]
+ python: [cp310, cp311, cp312, cp313, cp314]
+ os: [ubuntu-latest, windows-latest, macos-15, macos-latest, windows-11-arm]
23
python_impl: [Python]
24
include:
25
- python: cp312
0 commit comments