Skip to content

Commit

Permalink
update to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesSP committed Nov 27, 2024
1 parent 249176d commit 2fc5c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions conda.recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ python:
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
# - 3.13
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author_email='[email protected]',
url='https://github.com/JannesSP/read5',
packages=find_packages(),
python_requires='>=3.8,<3.11',
python_requires='>=3.8,<3.13',
install_requires=requirements,
keywords=['read5', 'slow5', 'blow5', 'fast5', 'pod5', 'ONT', 'Oxford Nanopore Technologies', 'Nanopore', 'raw data', 'wrapper'],
classifiers=[
Expand All @@ -32,9 +32,7 @@
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Bio-Informatics',
]
)

0 comments on commit 2fc5c6e

Please sign in to comment.