Skip to content

Drop Python 3.9 support (EOL)#362

Draft
ulgens wants to merge 4 commits intosamuelcolvin:mainfrom
ulgens:drop-python3.9-eol
Draft

Drop Python 3.9 support (EOL)#362
ulgens wants to merge 4 commits intosamuelcolvin:mainfrom
ulgens:drop-python3.9-eol

Conversation

@ulgens
Copy link
Copy Markdown

@ulgens ulgens commented Mar 7, 2026

Active support for Python 3.9 ended on Apr 2024 and security support ended on Oct 2025. This change helps with Python 3.15 update because PyO3's new versions doesn't support Python 3.9

@ulgens ulgens force-pushed the drop-python3.9-eol branch 3 times, most recently from a8d593a to 523dee0 Compare March 7, 2026 09:23
@ulgens ulgens marked this pull request as draft March 7, 2026 09:25
@ulgens ulgens mentioned this pull request Mar 7, 2026
@ulgens ulgens force-pushed the drop-python3.9-eol branch from 523dee0 to 0c41e24 Compare March 7, 2026 09:27
@ulgens ulgens force-pushed the drop-python3.9-eol branch from 0c41e24 to 1a0f9b0 Compare March 7, 2026 09:33
Copy link
Copy Markdown
Owner

@samuelcolvin samuelcolvin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise lgtm

Comment thread pyproject.toml Outdated
[tool.ruff]
line-length = 120
target-version = "py38"
target-version = "py39"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 310 I guess.

ulgens added 2 commits March 7, 2026 12:37
Active support for Python 3.9 ended on Apr 2024 and security support ended on Oct 2025.
This change helps with Python 3.15 update because PyO3's new versions doesn't support Python 3.9
@ulgens ulgens force-pushed the drop-python3.9-eol branch from 1a0f9b0 to 465cf36 Compare March 7, 2026 09:38
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