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

Upgrade to Poetry v1.2.0 and other related cleanup #6

Merged
merged 12 commits into from
Sep 5, 2022

Conversation

pronovic
Copy link
Owner

@pronovic pronovic commented Sep 5, 2022

Based on the changes between apologies v0.1.36 and v0.1.37 including PR #39, PR #40, and PR #41.

Changes:

  • Upgrade to Poetry v1.2.0
  • Upgrade to Pylint v2.15.0 and address warnings
  • Add caching to GitHub Actions workflow
  • Fix matrix build in GitHub Actions to properly execute on MacOS and Windows

Annoyingly, the Poetry v1.2.0 causes problems for the readthedocs.io build. As of now, readthedocs.io doesn't support using Python 3.9 for builds. However, because this package specifies a minimum Python version of 3.9, Poetry generates requirements.txt assuming Python 3.9. We have to do some post-processing to force all of those requirements back to Python 3.7, or readthedocs.io blows up. Fortunately, all of those requirements are actually available for Python 3.7. I'm not sure what we'd do otherwise.

@pronovic pronovic merged commit 6d294f4 into master Sep 5, 2022
@pronovic pronovic deleted the ken/poetry-1.2.0 branch September 5, 2022 08:34
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.

1 participant