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

GitHub Actions: setup-python allow-prereleases for Py3.12 #207

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 31, 2023

Copy link
Contributor

@ryzokuken ryzokuken left a comment

Choose a reason for hiding this comment

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

Overall LGTM

@@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: ["3.8", "3.x", "3.12-dev"]
python: ["3.8", "3.x", "3.12"]
Copy link
Contributor

Choose a reason for hiding this comment

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

What's 3.x supposed to be?

Copy link
Contributor Author

@cclauss cclauss Sep 8, 2023

Choose a reason for hiding this comment

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

See the section on SemVer x-ranges. https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input

It basically translates to the latest current production Python 3 release (currently v3.11.5).

@cclauss cclauss force-pushed the setup-python_allow-prereleases branch from fe82f1c to 0ca1100 Compare September 8, 2023 15:14
@cclauss cclauss merged commit f484ef8 into main Sep 8, 2023
40 checks passed
@cclauss cclauss deleted the setup-python_allow-prereleases branch September 8, 2023 16:06
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.

2 participants