Skip to content

Commit

Permalink
metadata: Python 3.11 and 3.12 now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Sep 26, 2024
1 parent fb91d8e commit 4a2743d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
"tail-call-optimization", "tco", "continuations", "currying", "lazy-evaluation",
"dynamic-variable", "macros", "lisp", "scheme", "racket", "haskell"],
install_requires=[], # mcpyrate is optional for us, so we can't really put it here even though we recommend it.
python_requires=">=3.8,<3.11",
python_requires=">=3.8,<3.13",
author="Juha Jeronen",
author_email="[email protected]",
url="https://github.com/Technologicat/unpythonic",
Expand All @@ -93,6 +93,8 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 4a2743d

Please sign in to comment.