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

Support Python 3.7-3.9 more officially #14

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

john-science
Copy link
Contributor

Up until now, this project has only officially supported up to Python 3.6 on PyPI, because that is explicitly what is stated in the setup.py. However, I have some evidence:

  • In this repo, TOX has already been running unit tests for 3.7 and 3.8.
  • In this repo, Travis CI has already been testing Python 3.7 and 3.8.
  • The ARMI team has been using Yamlize for Python 3.7 and 3.9 for years.
  • Yamlize works fine on my laptop (Ubuntu 20.04) in Python 3.7 and 3.9.

NOTE: I had to rev the version number of yamlize for this to take effect. Essentially, PyPI does not like it if you try to upload a version of a package that already exists. So, in order to get official support for Python 3.7-3.9, yamlize will have to be uploaded to PyPI again with a (very slightly) increased version number.

@john-science
Copy link
Contributor Author

Bump.

Can we get a new PyPI release with this change and Nick's last change? I know Nick's last change looked small, but it fixes hundreds of errors in our Sphinx process. And we are working hard to get our docs to a production-ready state.

Thanks!

@SimplyKnownAsG SimplyKnownAsG merged commit fd4a97d into SimplyKnownAsG:master Dec 8, 2021
@SimplyKnownAsG
Copy link
Owner

Done. Thanks!

https://pypi.org/project/yamlize/#files

@john-science john-science deleted the support_py37 branch December 9, 2021 02:50
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.

None yet

2 participants