23andMe / Yamale

A schema and validator for YAML.
MIT License
666 stars 88 forks source link

Python 3.12 DeprecationWarnings #234

Closed sigma67 closed 5 months ago

sigma67 commented 9 months ago

When running yamale on Python 3.12, a lot of new DeprecationWarnings appear for the syntax parser:

.venv/lib/python3.12/site-packages/yamale/syntax/parser.py:22: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead

.venv/lib/python3.12/site-packages/yamale/syntax/parser.py:22: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead

yamale/syntax/parser.py:24: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead

and more