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

chore: 3.13 support #703

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

chore: 3.13 support #703

wants to merge 4 commits into from

Conversation

max-muoto
Copy link

@max-muoto max-muoto commented Jun 11, 2024

Fix issues detailed in #698

@max-muoto max-muoto marked this pull request as ready for review June 11, 2024 18:48
@max-muoto max-muoto marked this pull request as draft June 11, 2024 18:48
@max-muoto max-muoto marked this pull request as ready for review June 11, 2024 18:51
@max-muoto max-muoto mentioned this pull request Jun 11, 2024
@@ -80,7 +83,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: "pytest msgpack pyyaml tomli tomli_w"
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp13-*"
Copy link

@LecrisUT LecrisUT Jun 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually pypa/cibuildwheel minor version takes care of adding and removing EOL and new python versions. I think there is some handling for pre-release but don't remember how.

Could consider moving these to the pyproject.toml to make it more easily reproducible and removing the explicit CIBW_BUILD?

(Not in this PR, but a subsequent one when python 3.13 is working)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants