-
Notifications
You must be signed in to change notification settings - Fork 95
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
Mark Python 3.12 support #279
Conversation
We will work on Python 3.12 support together with Azure/azure-cli#27673. |
I think this can be merged independently, I don't understand, are these projects coupled? Or don't you trust the tests enough that you can't merge before you run Azure CLI tests with Knack on Python 3.12? |
Python312: | ||
python.version: '3.12' | ||
tox_env: 'py312' |
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.
Could you also update L60 to use 3.12
?
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.
I will make the change in #285.
I've run the tests locally and all pass