Skip to content

Commit fdd34b1

Browse files
committed
review comments
1 parent 62958f2 commit fdd34b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.14
2+
python_version = 3.10
33
# Start off with these
44
warn_unused_configs = True
55
warn_redundant_casts = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [
2626
description = "A library for enabling/disabling features at runtime."
2727
readme = "README.md"
2828
license.file = "LICENSE"
29-
requires-python = ">=3.8"
29+
requires-python = ">=3.10"
3030
classifiers = [
3131
"Development Status :: 5 - Production/Stable",
3232
"Programming Language :: Python",

0 commit comments

Comments
 (0)