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

Configuring for pure-python #77

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

mgedmin
Copy link
Member

@mgedmin mgedmin commented Sep 25, 2024

  • Re-apply the pure-python template.
  • Edit .meta.toml to use testenv-setenv instead of testenv-additional (because without Avoid generating an empty setenv = meta#281 this breaks tox)
  • Wrap a comment in docs/conf.py (without which tox -e lint fails with a flake8 error in docs/conf.py)
  • Drop Python 3.7 and add Python 3.12 in setup.py, mention that in CHANGES.rst

This fixes tox -e docs as a side effect.

Other changes were performed by the config-package.py script. I'll miss some of those prettily-aligned tables in the test data, but c'est la vie.

Closes #76.

@mgedmin
Copy link
Member Author

mgedmin commented Sep 25, 2024

I should've said yes, when config-package.py asked me if it should modify branch protection rules, eh?

@mgedmin
Copy link
Member Author

mgedmin commented Sep 25, 2024

I should've said yes, when config-package.py asked me if it should modify branch protection rules, eh?

I've done so now.

@mgedmin mgedmin merged commit bd81ab0 into master Sep 26, 2024
14 checks passed
@mgedmin mgedmin deleted the config-with-pure-python-template-fd6b76c6 branch September 26, 2024 09:36
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.

tox -e docs fails on git master
2 participants