We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62958f2 commit fdd34b1Copy full SHA for fdd34b1
mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
-python_version = 3.14
+python_version = 3.10
3
# Start off with these
4
warn_unused_configs = True
5
warn_redundant_casts = True
pyproject.toml
@@ -26,7 +26,7 @@ authors = [
26
description = "A library for enabling/disabling features at runtime."
27
readme = "README.md"
28
license.file = "LICENSE"
29
-requires-python = ">=3.8"
+requires-python = ">=3.10"
30
classifiers = [
31
"Development Status :: 5 - Production/Stable",
32
"Programming Language :: Python",
0 commit comments