Skip to content

Commit

Permalink
add python 3.13 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonrljr committed Jan 24, 2025
1 parent 7a63cdf commit 76c064f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 76c064f

Please sign in to comment.