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

build!: Do not officially support Python 3.8 anymore #114

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Conversation

zoido
Copy link
Collaborator

@zoido zoido commented Jan 9, 2025

Python 3.8 is EOL since October 2024
and some depdendencies have already dropped support for it.

build!: Now requires requires httpx >= 0.23.0

Lower versions of httpx do not work with Python 3.13+ helps to keep
project file simpler. Dropping support for Python 3.8 leads to a
breaking change anyway, so it is a good time to make this change.

BEGIN_COMMIT_OVERRIDE

build!: Do not officially support Python 3.8 anymore
BREAKING-CHANGE: Do not officially support Python 3.8 anymore

build!: Now requires requires httpx >= 0.23.0
BREAKING-CHANGE: Now requires requires httpx >= 0.23.0

END_COMMIT_OVERRIDE

@zoido zoido self-assigned this Jan 9, 2025
@zoido zoido marked this pull request as ready for review January 9, 2025 14:23
[Python 3.8 is EOL since October 2024](https://peps.python.org/pep-0569/)
and some depdendencies have already dropped support for it.

BREAKING_CHANGE: Now requires requires `httpx >= 0.23.0`

Lower versions of `httpx` do not work with Python 3.13+ helps to keep
project file simpler. Dropping support for Python 3.8 leads to a
breaking change anyway, so it is a good time to make this change.
@zoido zoido force-pushed the lp/drop-python-3.8 branch from 26df4da to c65c9fb Compare January 9, 2025 14:32
@zoido zoido changed the title build: ➖ Do not officially support Python 3.8 anymore build!: Do not officially support Python 3.8 anymore Jan 9, 2025
@zoido zoido added this pull request to the merge queue Jan 22, 2025
Merged via the queue into main with commit 5a6972e Jan 22, 2025
17 checks passed
@zoido zoido deleted the lp/drop-python-3.8 branch January 22, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants