Skip to content
New issue

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

Update supported python versions in package metadata #122

Open
cob16 opened this issue Jul 3, 2022 · 0 comments
Open

Update supported python versions in package metadata #122

cob16 opened this issue Jul 3, 2022 · 0 comments

Comments

@cob16
Copy link
Contributor

cob16 commented Jul 3, 2022

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant