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

Move Python configuration to pyproject.toml #4587

Merged
merged 5 commits into from
Apr 10, 2024
Merged

Conversation

jwhitlock
Copy link
Member

Make several changes to centralize Python configuration in pyproject.toml:

  • Set the minimum Python version to 3.11, which allows black to use parenthesized context managers from Python 3.10.
  • Move config for paul-mclendahand from setup.cfg to pyproject.toml
  • Move config for pytest from pytest.ini to pyproject.toml
  • Alphabetize pyproject.toml where appropriate

@jwhitlock
Copy link
Member Author

This is all non-production code (configuration and tests), so I'm skipping review.

@jwhitlock jwhitlock merged commit 43db2e2 into main Apr 10, 2024
27 checks passed
@jwhitlock jwhitlock deleted the move-to-pyproject branch April 10, 2024 22:31
@suicidemc suicidemc mentioned this pull request Apr 12, 2024
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