Updated Unity.py dependencies to require Python 3.9
Closed this issue · 2 comments
mcduffie commented
Updated Unity.py dependencies to require Python 3.9
mcduffie commented
The pyproject.toml currently indicates a Python version requirement of 3.7.
This should be modified to 3.9 because of this issue with poetry on FIPS (Federal Information Processing Standards) systems. On a FIPS system without version 3.9 poetry will fail due to an issue with md5 being marked as insecure by FIPS systems.
mcduffie commented
Implemented in:
https://github.com/unity-sds/unity-py/pull/37/files