Skip to content

Commit e02c354

Browse files
incorporating PR recommendations for 3.10 compatibility
1 parent 180a9b1 commit e02c354

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10
1+
3.12

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,4 @@ skip = 'requirements.txt,uv.lock'
157157

158158
[tool.mypy]
159159
disable_error_code = ["empty-body", "import-untyped"]
160+
python_version = "3.10"

0 commit comments

Comments
 (0)