unity-sds / unity-py

Apache License 2.0
2 stars 4 forks source link

Updated Unity.py dependencies to require Python 3.9 #38

Closed mcduffie closed 1 year ago

mcduffie commented 1 year ago

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 1 year ago

Implemented in: https://github.com/unity-sds/unity-py/pull/37/files