-
Notifications
You must be signed in to change notification settings - Fork 86
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
New release to support python 3.13 #95
Comments
Staging this for release: #96 |
0.6.5 released. |
Have you tested with the Dockerfile build
I'm still gettting some "invalid escape sequence" with 51aebc0
When running pytest without
|
Ah, missed actually testing with 3.13 as I typically don't bother with non-released versions, as I'm very much not in the Python world anymore. Looks like easy fixes I can get to soon. |
OK, the good thing is there is no need for new release, as |
Will re-open and fix in the near future. Thanks. |
Originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=2245828
Example error from pytest:
Python 3.13 removes
logging.warn
https://docs.python.org/3.13/whatsnew/3.13.html#loggingThis change 6a74ca1 implemented the fix, but it has not been released yet.
Additionally, it may be also helpful to review the
SyntaxError: invalid escape sequence
warnings. I think those are related to python/cpython#77093. They are not treated as errors yet, but may become one day.Here is a
Dockerfile
to trigger them by running pytest:docker build --progress=plain -t py-idstools:latest .
Output
The text was updated successfully, but these errors were encountered: