You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few compounding factors on what python versions work with this repo
Jinja templates now require python versions >=3.7
current boto version will prevent usage of this package with python 3.10 due the removal of deprecated stdlib functions ( moving to boto3 would solve this)
Looking at this I think it would be good to update this package setup.py to suggest that python versions >= 3.7 and <3.10 are supported better reflect the current status quo
Putting this as an issue rather than a PR in the hope it will foster some discussion
The text was updated successfully, but these errors were encountered:
There are a few compounding factors on what python versions work with this repo
Looking at download statistics it looks like most if not all users are using versions later than python 3.7
https://pypistats.org/packages/cfstacks
Looking at this I think it would be good to update this package setup.py to suggest that python versions >= 3.7 and <3.10 are supported better reflect the current status quo
Putting this as an issue rather than a PR in the hope it will foster some discussion
The text was updated successfully, but these errors were encountered: