From d5e3c2dcaac9d84557bfbb5492decb202c60d68a Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 2 May 2024 02:06:03 -0700 Subject: [PATCH] bumped Python versions in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 745293e..c6bc4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,14 +25,14 @@ 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", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Python Modules", ] readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" dependencies = [ "MDAnalysis>=2.0.0", "numpy",