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

Add typing / drop Python < 3.7 support #458

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
fix hatch
nhairs committed Feb 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e3059bb09f89e23bc8c4efdda9400908e996485e
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ dev = [
## Testing
"codecov",
## Building
"hatchling",
"hatch",
]

docs = [
Loading