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

Drop support for Python 3.7 #616

Closed
simonw opened this issue Jan 31, 2024 · 1 comment
Closed

Drop support for Python 3.7 #616

simonw opened this issue Jan 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Jan 31, 2024

I just attempted to upgrade to the latest Black and it failed because Black no longer supports Python 3.7:

ff57a97

I'm going to drop 3.7. It hit EOL over six months ago - 2023-06-27 https://devguide.python.org/versions/

@simonw simonw added the enhancement New feature or request label Jan 31, 2024
simonw added a commit that referenced this issue Jan 31, 2024
@simonw
Copy link
Owner Author

simonw commented Jan 31, 2024

Of slight concern:

CleanShot 2024-01-30 at 18 31 03@2x

That's from https://pypistats.org/packages/sqlite-utils - it shows the proportion of downloads for each Python version.

How is Python 3.6 still 51% of my downloads!? That hit EOL in December 2021.

I guess those users are getting version 3.30, the last to support Python 3.6: https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-30

@simonw simonw closed this as completed in 70cc0c9 Jan 31, 2024
simonw added a commit that referenced this issue Jan 31, 2024
* Drop support for Python 3.7, closes #616
* Bumped versions on a whole lot of GitHub Actions
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

No branches or pull requests

1 participant