-
Notifications
You must be signed in to change notification settings - Fork 371
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
Compatibility with Python 3.12 or 3.13? #1015
Comments
What problem are you having? I'm using invoke on 3.13 without problems (although the type annotations need refining) so it at least partially works |
Not sure if there was a particular problem @tianhuil was having, but at the very least the classifier list and test environments do not go past Python 3.11 and should probably be updated to include those newer versions. |
i am having this issue with python 3.12:
|
@sandeep-gh that looks like a version problem, the main branch of invoke doesn't vendorize |
yes, my bad. Its the patchwork module that has not been updated and is causing the problem. |
It looks like invoke only works up to Python 3.11. Is there any interest in moving up to later version of python? This is a great project and I haven't found a replacement for it! Please maintain it.
The text was updated successfully, but these errors were encountered: