Skip to content

Commit

Permalink
Move python version requirement to 'python_requires'
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesSP committed Jul 17, 2023
1 parent 9b414ac commit 08a3360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import versioneer

requirements = [
'python>=3.8,<3.11',
'h5py>=3.0',
'vbz-h5py-plugin>=1.0',
'pyslow5>=1.0.0',
Expand All @@ -24,6 +23,7 @@
author_email='[email protected]',
url='https://github.com/JannesSP/read5',
packages=find_packages(),
python_requires='>=3.8,<3.11',
install_requires=requirements,
keywords=['read5', 'slow5', 'blow5', 'fast5', 'pod5', 'ONT', 'Oxford Nanopore Technologies', 'Nanopore', 'raw data', 'wrapper'],
classifiers=[
Expand Down

0 comments on commit 08a3360

Please sign in to comment.