Skip to content

Commit e72ba4b

Browse files
authored
Infra: drop Python 3.10 (#5093)
1 parent d6c05ab commit e72ba4b

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
python-version:
33-
- "3.10"
3433
- "3.11"
3534
- "3.12"
3635
- "3.13"

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ repos:
5353
- id: black
5454
name: "Format with Black"
5555
args:
56-
- '--target-version=py39'
57-
- '--target-version=py310'
56+
- '--target-version=py311'
5857
files: '^(peps/conf\.py|pep_sphinx_extensions/tests/.*)$'
5958

6059
- repo: https://github.com/astral-sh/ruff-pre-commit

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output-format = "full"
2-
target-version = "py310"
2+
target-version = "py311"
33

44
[lint]
55
ignore = [

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires =
33
tox>=4.2
44
env_list =
5-
py{315, 314, 313, 312, 311, 310}
5+
py{315, 314, 313, 312, 311}
66
no_package = true
77

88
[testenv]

0 commit comments

Comments
 (0)