mirror of
https://github.com/python/peps.git
synced 2026-01-10 12:58:17 -05:00
Infra: Drop support for Python 3.9 (#4587)
This commit is contained in:
committed by
GitHub
parent
857ea32181
commit
318c6c625d
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -30,7 +30,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
output-format = "full"
|
||||
target-version = "py39"
|
||||
target-version = "py310"
|
||||
|
||||
[lint]
|
||||
ignore = [
|
||||
|
||||
Reference in New Issue
Block a user