Skip to content

Commit 0b36cd4

Browse files
jakub-kockagithub-actions[bot]
authored andcommitted
docs: Updated README and pyproject.toml with current supported Python versions
Auto-updated by update-readme workflow based on current ESP-IDF and Python support lifecycle. Changes: - Updated supported Python versions in README.md based on dynamic version detection - Updated ruff target-version and mypy python_version in pyproject.toml - Python versions are determined by ESP-IDF lifecycle and Python EOL dates
1 parent cf9280c commit 0b36cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
disallow_incomplete_defs = false # Disallows defining functions with incomplete type annotations
1414
disallow_untyped_defs = false # Disallows defining functions without type annotations or with incomplete type annotations
1515
ignore_missing_imports = true # Suppress error messages about imports that cannot be resolved
16-
python_version = "3.9" # Specifies the Python version used to parse and check the target program
16+
python_version = "3.8" # Specifies the Python version used to parse and check the target program
1717
warn_no_return = true # Shows errors for missing return statements on some execution paths
1818
warn_return_any = true # Shows a warning when returning a value with type Any from a function declared with a non- Any return type

0 commit comments

Comments
 (0)