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

Test and explicitly support Python 3.12 #2411

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Oct 1, 2023

No description provided.

@cyberw
Copy link
Collaborator Author

cyberw commented Oct 1, 2023

I'm going to have to pause this, because 3.12 is only supported in gevent 23.7.0, which in turn requires greenlet 3.0 and that is only available as an RC release (greenlet-3.0.0rc3).

I could make this work (it would cause some incompatibilities with Playwright though), but there were additional issues (I couldnt make geventhttpclient work - from gevent.ssl import match_hostname fails because match_hostname is gone)

@cyberw cyberw force-pushed the test-and-explicitly-support-python-3.12 branch from 7cf608a to 49cebb9 Compare October 3, 2023 13:52
@cyberw cyberw merged commit ee7ddab into master Oct 3, 2023
24 of 26 checks passed
@cyberw cyberw deleted the test-and-explicitly-support-python-3.12 branch October 3, 2023 19:39
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