Skip to content

Commit

Permalink
Updating package metadata to report a wider range of Python version s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
AlexTate committed Dec 5, 2023
1 parent 687c784 commit 935c718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
URL = 'https://github.com/AlexTate/ShortSeq'
AUTHOR = 'Alex Tate'
PLATFORM = 'Unix'
REQUIRES_PYTHON = '>=3.10.0'
REQUIRES_PYTHON = '>=3.8, <=3.11'
VERSION = '0.0.1'


Expand Down Expand Up @@ -54,6 +54,7 @@
description=DESCRIPTION,
include_package_data=True,
packages=find_namespace_packages(),
python_requires=REQUIRES_PYTHON,
zip_safe=False,
ext_modules=cythonize(
extensions,
Expand Down

0 comments on commit 935c718

Please sign in to comment.