Skip to content

Commit 5e3fed7

Browse files
committed
update python_requires
1 parent 83dd632 commit 5e3fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
7474
"tail-call-optimization", "tco", "continuations", "currying", "lazy-evaluation",
7575
"dynamic-variable", "macros", "lisp", "scheme", "racket", "haskell"],
7676
install_requires=[], # mcpyrate is optional for us, so we can't really put it here even though we recommend it.
77-
python_requires=">=3.6,<3.11",
77+
python_requires=">=3.8,<3.11",
7878
author="Juha Jeronen",
7979
author_email="[email protected]",
8080
url="https://github.com/Technologicat/unpythonic",

0 commit comments

Comments
 (0)