From 79851d99a15c21b1085a2707e3b44878144b4d02 Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Sun, 24 Dec 2023 03:03:12 -0500 Subject: [PATCH] Push to Test PyPI [skip] --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b99549ce..30390d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", - "Programming Language :: Python :: 3.15", "Topic :: Scientific/Engineering :: Artificial Intelligence" ] packages = [ @@ -36,7 +34,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.16" +python = ">=3.10,<3.14" [tool.poetry.group.dev.dependencies] poetry = "1.4.2"