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

CI: Verify support on Python 3.13 #14

Merged
merged 1 commit into from
Oct 21, 2024
Merged

CI: Verify support on Python 3.13 #14

merged 1 commit into from
Oct 21, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Oct 18, 2024

About

Python 3.13.0 has been released on Oct. 7, 2024. This PR intends to add CI verification.

References

@@ -44,6 +44,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
Copy link
Member Author

@amotl amotl Oct 18, 2024

Choose a reason for hiding this comment

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

Currently, asyncpg does not provide binary wheels for CPython 3.13, and building it fails on GHA. A new release will probably be around the corner.

Copy link
Member Author

@amotl amotl Oct 19, 2024

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

asyncpg 0.30.0 has been released. Thanks a stack, @elprans and all contributors.

-- https://pypi.org/project/asyncpg/

@amotl amotl changed the title CI: Improve Python coverage CI: Verify support on Python 3.13 Oct 18, 2024
@amotl amotl requested review from kneth and surister October 18, 2024 17:49
Copy link

@kneth kneth left a comment

Choose a reason for hiding this comment

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

Do we need to specify version >= 0.30.0 in https://github.com/mfussenegger/cr8/blob/master/setup.py#L32?

@amotl
Copy link
Member Author

amotl commented Oct 21, 2024

Do we need to specify version >= 0.30.0?

I don't think so. There have been no API or otherwise functional changes. It is just about having support for Python 3.13 by verifying it. In the same spirit as on our CI environment, pip or other installers will most likely select the right versions of dependency packages to fit their environments.

@amotl amotl marked this pull request as ready for review October 21, 2024 11:37
@amotl amotl merged commit 411e282 into main Oct 21, 2024
6 checks passed
@amotl amotl deleted the ci-python-coverage branch October 21, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants