Skip to content

Commit 6c36189

Browse files
committed
Remove python 3.10
1 parent babeca1 commit 6c36189

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ jobs:
1717
# - { python: "3.13", os: "ubuntu-latest", session: "mypy" }
1818
# - { python: "3.12", os: "ubuntu-latest", session: "mypy" }
1919
# - { python: "3.11", os: "ubuntu-latest", session: "mypy" }
20-
# - { python: "3.10", os: "ubuntu-latest", session: "mypy" }
2120
- { python: "3.13", os: "ubuntu-latest", session: "tests" }
2221
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
2322
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
24-
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
2523
- { python: "3.13", os: "windows-latest", session: "tests" }
2624
- { python: "3.13", os: "macos-latest", session: "tests" }
2725
# - { python: "3.13", os: "ubuntu-latest", session: "typeguard" }
2826
# - { python: "3.12", os: "ubuntu-latest", session: "typeguard" }
2927
# - { python: "3.11", os: "ubuntu-latest", session: "typeguard" }
30-
# - { python: "3.10", os: "ubuntu-latest", session: "typeguard" }
3128
# - { python: "3.13", os: "ubuntu-latest", session: "xdoctest" }
3229
- { python: "3.13", os: "ubuntu-latest", session: "docs-build" }
3330

0 commit comments

Comments
 (0)