Files
apache--tvm/python/tvm/script/parser
Siyuan Feng 795fc32d99 [SCRIPT] Bump Python minimum version to 3.9 and update AST compatibility (#18086)
- Set Python minimal version to 3.9 as Python 3.8 has reached end of life
- Update AST handling to match Python 3.9+ API changes
- Fix deprecation warning: "Support for arbitrary keyword arguments is deprecated and will be removed in Python 3.15"
- Update TVMScript parser components to use modern AST interfaces
- Adjust linting and test infrastructure for Python 3.9+ compatibility
2025-06-23 13:04:07 -04:00
..