-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
matrix: | ||
os: [windows-2019] | ||
arch: [x86, x64] | ||
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"] | ||
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] | ||
|
||
steps: | ||
- name: Checkout repository | ||
|
@@ -46,7 +46,7 @@ jobs: | |
# There is documentation here https://github.com/pypa/cibuildwheel/blob/main/docs/cpp_standards.md on how to | ||
# set it but I could not get it to work while using the standard images provided by github actions does work. | ||
os: [macos-latest] | ||
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"] | ||
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] | ||
env: | ||
SYSTEM_VERSION_COMPAT: 0 | ||
|
||
|
@@ -85,7 +85,7 @@ jobs: | |
- name: Build manylinux Python wheels | ||
uses: RalfG/[email protected]_x86_64 | ||
with: | ||
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp-313' | ||
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312' | ||
build-requirements: 'setuptools' | ||
|
||
- name: upload wheels | ||
|