-
Notifications
You must be signed in to change notification settings - Fork 87
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
Python 3.14 compatibility issues #158
Comments
Thanks for flagging this @sharkcz - I'll try and work on it this week. |
Merged
@sharkcz - https://pypi.org/project/simpleeval/1.0.3/ Should fix those warnings now? |
Thanks, will give it a try and report back. |
I have updated the Fedora package to 1.0.3 and it looks good now, please see https://copr.fedorainfracloud.org/coprs/g/python/python3.14/build/8205961/ for details. |
Thankyou @sharkcz ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As found by the Fedora Python maintainers during their preparation for Python 3.14, the changes from PR #146 are not sufficient to resolve the depreciated
ast
module usage. Please see https://bugzilla.redhat.com/show_bug.cgi?id=2322707 for the full details. The report saysThe text was updated successfully, but these errors were encountered: