We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dd632 commit 5e3fed7Copy full SHA for 5e3fed7
setup.py
@@ -74,7 +74,7 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
74
"tail-call-optimization", "tco", "continuations", "currying", "lazy-evaluation",
75
"dynamic-variable", "macros", "lisp", "scheme", "racket", "haskell"],
76
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",
+ python_requires=">=3.8,<3.11",
78
author="Juha Jeronen",
79
author_email="[email protected]",
80
url="https://github.com/Technologicat/unpythonic",
0 commit comments