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

Package: update Python version support #115

Merged
merged 2 commits into from
Mar 24, 2022

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Mar 24, 2022

Fixes #114

Python 3.6 has been EOL since 2021-12-23 and Python 3.9 and Python 3.10
have been released on 2020-10-05 and 2021-10-04, respectively.

The setup.cfg is updated to require Python 3.7 as a minimum and trove
classifiers are added for Python 3.9 and 3.10.

The CI workflow is updated to test against the new Python versions. The
version specifiers are wrapped in quotes, because without it they are
interpreted as floats first and 3.10 would become 3.1.

sphuber and others added 2 commits March 24, 2022 10:08
Python 3.6 has been EOL since 2021-12-23 and Python 3.9 and Python 3.10
have been released on 2020-10-05 and 2021-10-04, respectively.

The `setup.cfg` is updated to require Python 3.7 as a minimum and trove
classifiers are added for Python 3.9 and 3.10.

The CI workflow is updated to test against the new Python versions. The
version specifiers are wrapped in quotes, because without it they are
interpreted as floats first and `3.10` would become `3.1`.
@simleo
Copy link
Collaborator

simleo commented Mar 24, 2022

Great, thanks @sphuber!

@simleo simleo merged commit aac1df6 into ResearchObject:master Mar 24, 2022
@sphuber sphuber deleted the fix/114/update-python-support branch March 24, 2022 09:44
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

Successfully merging this pull request may close these issues.

Package: drop support Python 3.6 and add Python 3.9 and 3.10
2 participants