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: python support (-3.6, -3.7, +3.10, +3.11) #6

Closed
metaist opened this issue May 8, 2023 · 3 comments
Closed

update: python support (-3.6, -3.7, +3.10, +3.11) #6

metaist opened this issue May 8, 2023 · 3 comments

Comments

@metaist
Copy link
Owner

metaist commented May 8, 2023

According to https://endoflife.date/python:

  • 3.6 support ended 2023-12-23
  • 3.7 support ends 2023-06-27

We should add 3.10 and 3.11 checks to make sure everything works in currently-supported versions of python.

@metaist
Copy link
Owner Author

metaist commented May 10, 2023

Turns out 3.10 gets interpreted as 3.1 by yaml. Now I need to check if github actions supports strings for version numbers.

@metaist
Copy link
Owner Author

metaist commented May 10, 2023

Yes it does: actions/runner#1989

metaist added a commit that referenced this issue May 10, 2023
@metaist
Copy link
Owner Author

metaist commented May 14, 2023

To add support for the shields.io badge, I need to update setup.py to include the classifiers for the versions of python that are supported.

@metaist metaist reopened this May 14, 2023
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