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

Modernize build system (#46) and drop 3.7 support (#47) #49

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

aazuspan
Copy link
Owner

This PR closes #46 by replacing setup.py, Pipfile, and a number of config files with a pyproject.toml using hatch for the build system. This dramatically simplifies the repository and development environment setup.

This also closes #47 by dropping support for Python 3.7, which is EOL.

Finally, this adds pyupgrade to the pre-commit hooks and uses it to update type annotations to modern 3.8 standards.

@aazuspan aazuspan added the enhancement New feature or request label Jun 29, 2023
@aazuspan aazuspan self-assigned this Jun 29, 2023
@aazuspan aazuspan merged commit 1242246 into main Jun 29, 2023
@aazuspan aazuspan deleted the pyproject branch June 29, 2023 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop 3.7 support Modernize build system
1 participant