Infra: Drop support for Python 3.9 (#4587)

This commit is contained in:
Hugo van Kemenade
2025-09-15 14:22:27 +01:00
committed by GitHub
parent 857ea32181
commit 318c6c625d
3 changed files with 2 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

View File

@@ -1,5 +1,5 @@
output-format = "full"
target-version = "py39"
target-version = "py310"
[lint]
ignore = [

View File

@@ -2,7 +2,7 @@
requires =
tox>=4.2
env_list =
py{314, 313, 312, 311, 310, 39}
py{314, 313, 312, 311, 310}
no_package = true
[testenv]