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

GH-43519: [Python][Packaging] Use official Python 3.13 version instead of Release Candidates #44371

Closed
wants to merge 4 commits into from

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented Oct 10, 2024

Rationale for this change

Python 3.13 has officially been released

What changes are included in this PR?

Move from 3.13 RC(s) to official release.

Are these changes tested?

Via archery

Are there any user-facing changes?

No

(if "%python%"=="3.12" setx PYTHON_VERSION "3.12.5" && setx PATH "%PATH%;C:\Python312;C:\Python312\Scripts") & \
(if "%python%"=="3.13" setx PYTHON_VERSION "3.13.0-rc1" && setx PATH "%PATH%;C:\Python313;C:\Python313\Scripts")
(if "%python%"=="3.12" setx PYTHON_VERSION "3.12.6" && setx PATH "%PATH%;C:\Python312;C:\Python312\Scripts") & \
(if "%python%"=="3.13" setx PYTHON_VERSION "3.13.0-rc2" && setx PATH "%PATH%;C:\Python313;C:\Python313\Scripts")
Copy link
Member Author

Choose a reason for hiding this comment

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

Chocolatey doesn't seem to be there yet: https://community.chocolatey.org/packages/python313

@github-actions github-actions bot added awaiting committer review Awaiting committer review awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Oct 10, 2024
@raulcd
Copy link
Member Author

raulcd commented Oct 10, 2024

@github-actions crossbow submit test-conda-python-3.13

@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Oct 10, 2024
Copy link

Revision: 2bb8d25

Submitted crossbow builds: ursacomputing/crossbow @ actions-411867f861

Task Status
test-conda-python-3.13 GitHub Actions

@raulcd
Copy link
Member Author

raulcd commented Oct 11, 2024

Closing in favor of: #44375

@raulcd raulcd closed this Oct 11, 2024
@raulcd raulcd deleted the GH-43519 branch October 11, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting change review Awaiting change review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant