Skip to content

Commit f88efc2

Browse files
committed
Updated pyproject.toml to correctly identify the required Python version as 3.10+
1 parent 7470736 commit f88efc2

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
@@ -6,7 +6,7 @@ authors = [
66
{name = "B.T. Franklin", email = "brandon.franklin@gmail.com"},
77
]
88
dependencies = []
9-
requires-python = ">=3.12"
9+
requires-python = ">=3.10"
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212
classifiers = [

0 commit comments

Comments
 (0)