Skip to content

Commit 6cb866e

Browse files
committed
Remove python 3.9 leftovers
1 parent a3fe10d commit 6cb866e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
version: ["3.10", "3.11", "3.12", "3.13"]
1919
os: [ubuntu-latest]
2020
runs-on: ${{ matrix.os }}
2121
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ exclude = ["migrations"]
9999
# Pydantic plugin causes some issues: https://github.com/pydantic/pydantic-settings/issues/403
100100
#plugins = "pydantic.mypy,strawberry.ext.mypy_plugin"
101101
plugins = "strawberry.ext.mypy_plugin"
102-
python_version = "3.9"
102+
python_version = "3.10"
103103

104104
[[tool.mypy.overrides]]
105105
module = [

0 commit comments

Comments
 (0)