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

Add support for Python 3.11 #216

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add support for Python 3.11 #216

wants to merge 4 commits into from

Conversation

hugovk
Copy link

@hugovk hugovk commented Oct 5, 2023

What does this PR do?

Add support for Python 3.11 and test on CI.

Python 3.12 support is pending a new release of aiohttp, which should be coming soon: aio-libs/aiohttp#7639 (comment).

Python 2.7 is EOL since 2020-01-01 and no longer supported on GitHub Actions, so I've not been able to test it. I recommend dropping Python 2.7, and see it's being removed in #207, but I can also remove it in this PR or another if you like.

Plus some GitHub Actions config updates.

  • If you have changed dependencies, ensure both requirements.txt and setup.py have been updated

CHANGELOG

  • [ADDED] Add support for Python 3.11

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.

@stale stale bot added the wontfix label Mar 17, 2024
@hugovk
Copy link
Author

hugovk commented Mar 17, 2024

Python 3.11 was released in 2022.

Please test it to make sure other changes do not introduce regressions.

@stale stale bot removed the wontfix label Mar 17, 2024
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.

1 participant