Skip to content

Commit 4c3c8d7

Browse files
authored
add requires-python metadata
1 parent 235b682 commit 4c3c8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors=[
1414
]
1515
description="Self-service finite-state machines for the programmer on the go."
1616
readme="README.md"
17+
requires-python=">= 3.8"
1718
dependencies=[
1819
'typing_extensions; python_version<"3.10"',
1920
]

0 commit comments

Comments
 (0)