From 545520855cb3f258cb89d25dae9232d9505c3ab9 Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Thu, 21 Nov 2024 14:06:05 +0100 Subject: [PATCH] --amend --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c467483..6d96751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,11 @@ license = {file = 'LICENSE.txt'} classifiers = [ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', - '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', 'Operating System :: OS Independent', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Chemistry',