-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for py313 #316
Conversation
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.
You forgot to update tox.yml workflow to include py313 pipeline
Ansible creator uses the tox from team-devtools: |
You need to add argument max_python: "3.13" to ensure it will run with 3.13. If you see at the list of jobs executed, you will see that 3.13 is missing. |
Lets see if it will run now.... |
@tanwigeetika1618 You should have noted that py313 did not run before approving. Now it has it but initially it did not. If we don't test, we don't know if it works. |
Related: ansible/team-devtools#229