Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10.12 and 3.11.4 update #5800

Merged
merged 15 commits into from
Jul 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
py310-311: (re)Disable testing all wheels
th0ma7 committed Jul 13, 2023
commit 9bafa361fe02a304765da9731ca52b4c6046fdb0
2 changes: 1 addition & 1 deletion spk/python310/Makefile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ LICENSE = PSF
WHEELS_PURE_PYTHON_PACKAGING_ENABLE = 1
WHEELS = src/requirements-pure.txt
# Force testing all wheel builds
WHEELS_TEST_ALL = 1
WHEELS_TEST_ALL = 0
# Force compiler LTO optimizations
ENV += PYTHON_OPTIMIZE=1

2 changes: 1 addition & 1 deletion spk/python311/Makefile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ LICENSE = PSF
WHEELS_PURE_PYTHON_PACKAGING_ENABLE = 1
WHEELS = src/requirements-pure.txt
# Force testing all wheel builds
WHEELS_TEST_ALL = 1
WHEELS_TEST_ALL = 0
# Force compiler LTO optimizations
ENV += PYTHON_OPTIMIZE=1