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
CI has started failing for Python 3.6: https://github.com/simonw/sqlite-utils/actions/runs/3576322798
It's fixable by swiching away from ubuntu-latest according to:
ubuntu-latest
But https://endoflife.date/python says that 3.6 end of life was almost 6 years ago, and end of security support nearly 1 year ago.
So I'm OK dropping support entirely - Python 3.6 users will still be able to install version 3.30, just not any releases that come next.
The text was updated successfully, but these errors were encountered:
Drop support for Python 3.6, refs #517
e660635
At some point I should drop it from all of these other projects too: https://cs.github.com/?scopeName=All+repos&scope=&q=user%3Asimonw+%223.6%22+path%3A.github%2Fworkflows%2F*
Sorry, something went wrong.
Try this fix for flake8 error, refs #518
fc221f9
Release 3.31
b3b100d
Refs #509, #517, #520, #525, #527, #532, #534, #536, #537, #538, #539
No branches or pull requests
CI has started failing for Python 3.6: https://github.com/simonw/sqlite-utils/actions/runs/3576322798
It's fixable by swiching away from
ubuntu-latest
according to:But https://endoflife.date/python says that 3.6 end of life was almost 6 years ago, and end of security support nearly 1 year ago.
So I'm OK dropping support entirely - Python 3.6 users will still be able to install version 3.30, just not any releases that come next.
The text was updated successfully, but these errors were encountered: