From ef88888b4c54369125568565bc2b25c678e49239 Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Wed, 27 Nov 2024 12:11:27 +0100 Subject: [PATCH] add more python version flags --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8050c9d..30ec3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,13 @@ authors = [ ] readme = "README.md" license = "MIT" -requires-python = ">=3.9" +requires-python = ">=3.10" classifiers = [ "Development Status :: 2 - Pre-Alpha", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Intended Audience :: Science/Research", ]