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

chore: support Python 3.12 #2116

Merged
merged 1 commit into from
Oct 16, 2023
Merged

chore: support Python 3.12 #2116

merged 1 commit into from
Oct 16, 2023

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Oct 12, 2023

Blocked by jfhbrook/pyee#135


Bisecting linting workflow failure

  • Bad: 64.0.0
  • Good: 63.4.3

makes it work:

SETUPTOOLS_ENABLE_FEATURES=legacy-editable pip install -e .

We had to adjust the scripts/generate_async_api.py imports a bit because we cannot import it with "scripts.*" since scripts is not a module.


Fixes #2096

@mxschmitt mxschmitt changed the title devops: test on Python 3.12 chore: support Python 3.12 Oct 12, 2023
@mxschmitt mxschmitt force-pushed the devops/test-on-3.12 branch 4 times, most recently from de3cef2 to 8fa56b3 Compare October 13, 2023 09:22
@@ -1,39 +0,0 @@
# Copyright (c) Microsoft Corporation.
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed since we used this purely for code coverage tracking (#99) and code coverage tracking got removed since a while.

@mxschmitt mxschmitt force-pushed the devops/test-on-3.12 branch 2 times, most recently from 10fccf1 to 2eef483 Compare October 16, 2023 08:29
@mxschmitt mxschmitt force-pushed the devops/test-on-3.12 branch from 2eef483 to d0e02e2 Compare October 16, 2023 08:31
@mxschmitt mxschmitt merged commit 9f042ec into main Oct 16, 2023
37 of 40 checks passed
@mxschmitt mxschmitt deleted the devops/test-on-3.12 branch October 16, 2023 16:24
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.

[Feature] Support for Python 3.12
2 participants