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

Pin release process to Python 3.11 #2953

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Conversation

benclifford
Copy link
Collaborator

The release process previously used whichever environment the actions/setup-python action chose to use in the 3.x range. Python 3.12 and the current release process are incompatible, and auto-releases broke when actions/setup-python chose to supply Python 3.12. This PR pins the release to Python 3.11, which will remain in a supported state until October 2027. Beyond that, this release process will probably need some re-engineering to work.

Attempts to fix #2934

Type of change

  • Bug fix (non-breaking change that fixes an issue)

The release process previously used whichever environment the
actions/setup-python action chose to use in the 3.x range. Python
3.12 and the current release process are incompatible, and
auto-releases broke when actions/setup-python chose to supply
Python 3.12. This PR pins the release to Python 3.11, which will
remain in a supported state until October 2027. Beyond that,
this release process will probably need some re-engineering to
work.

Attempts to fix #2934
@benclifford benclifford requested a review from yadudoc November 13, 2023 10:34
Copy link
Collaborator

@khk-globus khk-globus left a comment

Choose a reason for hiding this comment

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

Oof; automation FTL.

@benclifford benclifford merged commit c5a250a into master Nov 13, 2023
4 checks passed
@benclifford benclifford deleted the benc-release-python-pin branch November 13, 2023 13:43
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.

Auto-release is broken due to Python 3.12 migration of release script
2 participants