From 65cc01fbc245d16f2ed376d0887ddecdfb1ec17c Mon Sep 17 00:00:00 2001 From: Arjan Molenaar Date: Tue, 10 Oct 2023 11:54:29 +0200 Subject: [PATCH] fix: Support Python 3.12 Updated Trove classifiers. Just Python should be enough. --- backend/pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3c769b627..48ad030ad 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ dynamic = ["version"] name = "capellacollab-backend" readme = "README.md" -requires-python = ">=3.11, <3.12" +requires-python = ">=3.11, <3.13" license = { text = "Apache-2.0" } authors = [{ name = "DB Netz AG" }] keywords = [] @@ -19,8 +19,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python", ] dependencies = [ "PyYAML",