Skip to content

Commit 91e7ab0

Browse files
committed
mypy doesn't support 3.13 yet
python/mypy#17264
1 parent 0eee396 commit 91e7ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fail-fast: false
126126
matrix:
127127
# mypy 1.5 dropped support for Python 3.7
128-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
128+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
129129
steps:
130130
- uses: actions/checkout@v4
131131
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)