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

Simplify packaging and drop 3.7 support #23

Closed
aazuspan opened this issue Jul 15, 2023 · 0 comments · Fixed by #24
Closed

Simplify packaging and drop 3.7 support #23

aazuspan opened this issue Jul 15, 2023 · 0 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@aazuspan
Copy link
Owner

Python 3.7 support was added for Colab (#15), but Colab now supports modern Python versions so we can drop that.

At the same time, we can simplify the packaging by dropping the redundant setup.py and setup.cfg for a pure pyproject.toml solution.

@aazuspan aazuspan added the enhancement New feature or request label Jul 15, 2023
@aazuspan aazuspan self-assigned this Jul 15, 2023
aazuspan added a commit that referenced this issue Jul 15, 2023
- Set min Python to 3.8
- Add 3.11 to CI tests
- Simplify hatch scripts
- Remove redundant setup.py and setup.cfg
aazuspan added a commit that referenced this issue Jul 15, 2023
Drop 3.7 support and simplify packaging #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 a pull request may close this issue.

1 participant