From 215b3ae69d0e7b4596cd6834c0c18dfd1b10c7bd Mon Sep 17 00:00:00 2001 From: Antoine Weisrock Date: Wed, 30 Oct 2024 22:27:35 +0100 Subject: [PATCH] docs: update supported Python versions in pyproject.toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd327e0e..89353fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description = "Command and Real-time Acquisition in Parallelized Python" license = {file = "LICENSE"} keywords = ["control", "command", "acquisition", "multiprocessing"] dependencies = ["numpy"] -requires-python = ">=3.7" +requires-python = ">=3.9" authors = [{name = "LaMcube", email = "antoine.weisrock1@centralelille.fr"}] maintainers = [{name = "Antoine Weisrock", email = "antoine.weisrock@gmail.com"}] classifiers = [ @@ -19,12 +19,11 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "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", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Embedded Systems"