From 131674d42b1823cdb2aa5ffda938c53bde3cb019 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Wed, 18 Sep 2024 17:45:05 -0500 Subject: [PATCH] Explicitly listed all python versions. --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db471113..39e98e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,6 @@ keywords = ["MCNP", "neutronics", "imcnp", "input file", "monte carlo", "radiati license = {file="LICENSE"} classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python :: 3 :: Only", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", @@ -27,7 +26,12 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Human Machine Interfaces", - + "Programming Language :: Python :: 3 :: Only", + "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" ] dependencies = [ "numpy>=1.18",