We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
setup.py
setup.cfg
pyproject.toml
The text was updated successfully, but these errors were encountered:
Drop 3.7 support and simplify packaging #23
5c1ee41
- Set min Python to 3.8 - Add 3.11 to CI tests - Simplify hatch scripts - Remove redundant setup.py and setup.cfg
Merge pull request #24 from aazuspan/drop37
c6a774f
aazuspan
Successfully merging a pull request may close this issue.
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
andsetup.cfg
for a purepyproject.toml
solution.The text was updated successfully, but these errors were encountered: