Skip to content
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

Deprecation warnings due to deprecated features in the ast module #228

Closed
flyersworder opened this issue Oct 28, 2024 · 1 comment
Closed

Comments

@flyersworder
Copy link

Can we do the updates accordingly to ensure this library still works after Python 3.14? Many thanks.

DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead
DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead

@berkerpeksag
Copy link
Owner

Thanks for the report. This is a duplicate of #217. astor 0.9 (PR #229) will fix all deprecation warnings.

@berkerpeksag berkerpeksag closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants