Skip to content

Commit e9aac04

Browse files
committed
chore: remove Python 3.9 support
1 parent 939003e commit e9aac04

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-linux-ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: [
14-
"3.9", "3.12"
14+
"3.10", "3.14"
1515
]
1616

1717
steps:

.github/workflows/ci-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: [
14-
"3.9", "3.13"
14+
"3.10", "3.13"
1515
]
1616

1717
steps:

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def lint_mypy(context):
151151
--disable-error-code=misc
152152
--cache-dir=build/mypy
153153
--strict
154-
--python-version=3.9
154+
--python-version=3.10
155155
""",
156156
)
157157

0 commit comments

Comments
 (0)