From 2fc5c6e2abfd3ebb5b6869343bfc7495ef01adce Mon Sep 17 00:00:00 2001 From: Jannes Spangenberg Date: Wed, 27 Nov 2024 10:42:09 +0100 Subject: [PATCH] update to 3.12 --- conda.recipe/conda_build_config.yaml | 3 +++ setup.py | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conda.recipe/conda_build_config.yaml b/conda.recipe/conda_build_config.yaml index da95e80..aa1c5a3 100644 --- a/conda.recipe/conda_build_config.yaml +++ b/conda.recipe/conda_build_config.yaml @@ -2,3 +2,6 @@ python: - 3.8 - 3.9 - 3.10 + - 3.11 + - 3.12 + # - 3.13 diff --git a/setup.py b/setup.py index 27297a2..c547f7c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ author_email='jannes.spangenberg@uni-jena.de', 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=[ @@ -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', ] ) \ No newline at end of file