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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.12 #1254

Merged
merged 1 commit into from Sep 25, 2023
Merged

Add support for Python 3.12 #1254

merged 1 commit into from Sep 25, 2023

Conversation

facutuesca
Copy link
Contributor

Rebased branch of #1245

The Python 3.12 release candidate is out! 馃殌

Call to action
We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/

Copy link
Member

@mhils mhils left a comment

Choose a reason for hiding this comment

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

Looks good, could you re-enable fail-fast please? :)

@@ -7,6 +7,7 @@ jobs:
linux:
runs-on: ${{ matrix.PYTHON.OS || 'ubuntu-22.04' }}
strategy:
fail-fast: false
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
fail-fast: false

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@@ -52,6 +55,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.PYTHON.VERSION }}
allow-prereleases: true
Copy link
Member

Choose a reason for hiding this comment

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

On our other repos we've preferred not to use allow-prereleases, and instead to explicitly use 3.12-dev until it's released.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

mhils
mhils previously approved these changes Sep 25, 2023
Copy link
Member

@mhils mhils left a comment

Choose a reason for hiding this comment

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

See @alex's comment, otherwise LGTM from my end. :)

@reaperhulk reaperhulk merged commit 8bfe5df into pyca:main Sep 25, 2023
34 checks passed
@woodruffw woodruffw deleted the add-3.12 branch September 26, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants