We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently python 3.7-3.10 is supported. https://github.com/tier4/autoware_perception_evaluation/blob/develop/pyproject.toml#L16
Ubuntu 24.04 uses python 3.12, so ros2 jazzy uses python 3.12. Please support 3.12 in preparation for upgrading ros2 used by Autoware.
Preparation for upgrading ros2 used by Autoware.
add python 3.12 and test https://github.com/tier4/autoware_perception_evaluation/blob/develop/.github/workflows/build-and-test.yaml#L27
The library should work with python 3.12. unit test should pass
The text was updated successfully, but these errors were encountered:
ktro2828
Successfully merging a pull request may close this issue.
Description
Currently python 3.7-3.10 is supported.
https://github.com/tier4/autoware_perception_evaluation/blob/develop/pyproject.toml#L16
Ubuntu 24.04 uses python 3.12, so ros2 jazzy uses python 3.12.
Please support 3.12 in preparation for upgrading ros2 used by Autoware.
Purpose
Preparation for upgrading ros2 used by Autoware.
Possible approaches
add python 3.12 and test
https://github.com/tier4/autoware_perception_evaluation/blob/develop/.github/workflows/build-and-test.yaml#L27
Definition of done
The library should work with python 3.12.
unit test should pass
The text was updated successfully, but these errors were encountered: