From 416bb1c5a7f8119ad31ddb4262f3a8168077531e Mon Sep 17 00:00:00 2001 From: Jeremy Arbesfeld Date: Wed, 8 Jan 2025 14:09:13 -0500 Subject: [PATCH] Require python >= 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcefe20..06b0dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,9 +17,9 @@ classifiers = [ "Topic :: Scientific/Engineering :: Bio-Informatics", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] requires-python = ">=3.10" description = "Computable object representation and validation for gene fusions"