From 63e4f6c4b61b5e9a0cd6a8316e08f7a667e41f25 Mon Sep 17 00:00:00 2001 From: hadware Date: Thu, 11 Jan 2024 19:32:50 +0100 Subject: [PATCH] Removing support for 3.12 in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5204655..7abae8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pygamma-agreement" readme = "README.md" -version = "0.5.7" +version = "0.5.8" description = 'Inter-annotator agreement measure and alignment written in python' authors = [ @@ -30,7 +30,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", ] dynamic = ["dependencies"]