Skip to content

Commit 318c6c6

Browse files
authored
Infra: Drop support for Python 3.9 (#4587)
1 parent 857ea32 commit 318c6c6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.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.9"
3433
- "3.10"
3534
- "3.11"
3635
- "3.12"

.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 = "py39"
2+
target-version = "py310"
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{314, 313, 312, 311, 310, 39}
5+
py{314, 313, 312, 311, 310}
66
no_package = true
77

88
[testenv]

0 commit comments

Comments
 (0)