generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Goal: support python 3.14
Currently this is blocked by
- flake8-simplify: see Usage of deprecated ast nodes (breaks with python3.14) MartinThoma/flake8-simplify#190 and MAINT: ast.Constant deprecations in Python 3.14 MartinThoma/flake8-simplify#198 and Remove dependency on astor MartinThoma/flake8-simplify#199
- mypy: mypy crashes with python 3.14 within argparse python/mypy#19150
- pytest-mock: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated pytest-dev/pytest-mock#468
- future annotations is reported
- typing checks support py 3.14
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request