ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Log a warning when an unsupported version of Python is used. #47

Closed thomas-moulard closed 4 years ago

thomas-moulard commented 4 years ago

Running cross_compile with Python <3.6 should log a warning.

We should not prevent users from using unsupported versions, to avoid needlessly blocking users from using Python versions which just "happen to work", but users should be warned that we are not supporting the version they are using.

piraka9011 commented 4 years ago

Closed from #58