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

docs: Create checklist for updating files/scripts when new Python version available #127

Open
bobleesj opened this issue Jan 2, 2025 · 1 comment

Comments

@bobleesj
Copy link
Contributor

bobleesj commented Jan 2, 2025

Problem

Say Python 3.14 is released, parts of cookiecutter/release scripts must be manually modified. We want to be prepared and make this manual process as streamlined as possible (not resorting to memory...).

Proposed solution

Make a checklist of files that need to be modified with instructions . Maybe have it somewhere like visible like REAMDE.md in this repository.

@bobleesj
Copy link
Contributor Author

bobleesj commented Jan 3, 2025

Note to myself

bg-cookiecutter

https://github.com/Billingegroup/cookiecutter

  • Modify PYTHON_DEFAULT_MAX_VERSION and PYTHON_DEFAULT_MIN_VERSION in doc/source/conf.py.

release-scripts

https://github.com/Billingegroup/release-scripts

  • Modify python_versions in .github/workflows/_matrix-and-codecov-on-merge-to-main.yml
  • Modify python_version in .github/workflows/_publish-docs-on-release.yml
  • Modify python_version in .github/workflows/_tests-on-pr.yml
  • Modify python_version in .github/workflows/_check-news-item.yml
  • Modify python-version in .github/workflows/_build-pure-python-package.yml

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