From 39397882d2a4e4d0989a25a6908bdd93d7ab66c6 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 28 Apr 2024 21:49:13 +0100 Subject: [PATCH] update to 3.10+ --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9ecb94..d7c3c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: C", "Programming Language :: Python", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -30,9 +29,9 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ - "MDAnalysis>=2.0.0", + "MDAnalysis>=2.1.0", "numpy>=1.22.3", ] keywords = [