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

Upgrade to 3.13.0a4. #2376

Merged
merged 2 commits into from Feb 22, 2024
Merged

Upgrade to 3.13.0a4. #2376

merged 2 commits into from Feb 22, 2024

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Feb 22, 2024

Comment on lines +323 to +324
PythonVersion(Lifecycle.STABLE, 3, 11, 8),
PythonVersion(Lifecycle.STABLE, 3, 12, 2),
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm assuming this is tangentially-related general bumping because these have also been recently released?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I should have done it in #2360.

sys.version_info[:2] < (3, 7) or sys.version_info == (3, 13, 0, "alpha", 4),
reason=(
"This test needs to run Poetry which requires at least Python 3.7. "
"Poetry also indirectly depends on msgpack (1.0.7 currently), which uses the "
Copy link
Member Author

@jsirois jsirois Feb 22, 2024

Choose a reason for hiding this comment

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

Pyenv needed to revert 3.13.0a4 due to Mac build issues which don't affect us.

This is probably why they needed to revert: M1 not generally available for CI -> No arm wheels published -> sdist needs to be built -> this API is used. Most projects have a pre-built wheel for Linux.

@jsirois jsirois merged commit 7a69d5f into pex-tool:main Feb 22, 2024
26 checks passed
@jsirois jsirois deleted the 3.13/upgrade branch February 22, 2024 19:25
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