-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat/py312-compatibility #3
feat/py312-compatibility #3
Conversation
can't request a review, tagging @JelleZijlstra |
also have confirmed this works on x86 debian image and my m1 mac, probs would be worthwhile to add in some tests tho |
The change looks good; the library doesn't seem to use typed-ast anywhere. Could you also update tests.yml to run tests on 3.12 too? And maybe 3.13-dev as well while we're here. |
yup taking a look here |
64eb0e8
to
f7c5a17
Compare
No CI again here, let me close and reopen to see if that helps |
name change in the file :) |
lmk if ya want a rebase or anything |
@@ -5,20 +5,20 @@ on: | |||
branches: | |||
- master | |||
paths: | |||
- ".github/workflows/test.yml" | |||
- ".github/workflows/tests.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh good catch
As discussed in multiple issues, but notably mingrammer#832 (comment), remove typed-ast for 3.12 compatibility