We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project currently does not support python 3.12.
The first error that I faced is because of the pkg_resources removal: https://docs.python.org/3.13/whatsnew/3.12.html#removed
Used in https://github.com/ansible/pytest-ansible/blob/be3d56655fb24196041a53b670f69412cfbfbf35/src/pytest_ansible/has_version.py
Related: ansible/team-devtools#143
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This project currently does not support python 3.12.
The first error that I faced is because of the pkg_resources removal: https://docs.python.org/3.13/whatsnew/3.12.html#removed
Used in https://github.com/ansible/pytest-ansible/blob/be3d56655fb24196041a53b670f69412cfbfbf35/src/pytest_ansible/has_version.py
Related: ansible/team-devtools#143
The text was updated successfully, but these errors were encountered: