Skip to content

Commit ac66dae

Browse files
Ryan Whitmorebrandonwillard
authored andcommitted
Fix min python version to be 3.9 instead of 3.0.
1 parent bd5892c commit ac66dae

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
@@ -11,7 +11,7 @@ license = {file = "LICENSE.txt"}
1111
authors = [
1212
{name = "Brandon T. Willard", email = "brandonwillard+cons@gmail.com"}
1313
]
14-
requires-python = ">=3.0"
14+
requires-python = ">=3.9"
1515
dependencies = [
1616
"logical-unification>=0.4.0"
1717
]

0 commit comments

Comments
 (0)