From 76c064f6eb1315a09d8d8e5186a47ba76fd2af1f Mon Sep 17 00:00:00 2001 From: Wilson Rocha Date: Fri, 24 Jan 2025 11:20:21 -0300 Subject: [PATCH] add python 3.13 in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 176bb19d..25cf2e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "sysidentpy" description = "A Python Package For System Identification Using NARMAX Models" readme = "README.md" -requires-python = ">=3.7,<3.13" +requires-python = ">=3.7,<3.14" license = { file = "LICENSE" } keywords = [ "data-science", @@ -41,6 +41,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering",