Skip to content

Commit 73534d0

Browse files
author
Release Manager
committed
gh-40880: update mypy config as our minimal python is now 3.11 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: #40880 Reported by: Frédéric Chapoton Reviewer(s):
2 parents 2d7ac64 + 4008711 commit 73534d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://mypy.readthedocs.io/en/stable/config_file.html
22
[mypy]
3-
python_version = 3.9
3+
python_version = 3.11
44

55
# https://github.com/sagemath/sage/issues/36198#issuecomment-1709521850
66
follow_imports = skip

0 commit comments

Comments
 (0)