From e32c0a4d466093b02e64f76d4202bf8ec7be43da Mon Sep 17 00:00:00 2001 From: Your GitHub Username Date: Tue, 22 Oct 2024 14:32:17 +0100 Subject: [PATCH] Changed python version to 3.11, 3.12 broken --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f1b855..4a00ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "fair-mast" version = "1.0" description = "A data management system for Tokamak data" readme = "README.md" -requires-python = ">=3.9, <3.13" +requires-python = ">=3.9, <3.12" authors = [ ] maintainers = [ @@ -18,7 +18,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", ] dependencies = [