From b268ba7877b57584bb453b6ea4d0618aeb4de262 Mon Sep 17 00:00:00 2001 From: Ilhan Polat Date: Sun, 4 Dec 2022 13:22:44 +0100 Subject: [PATCH] REL:Remove upper cap for Py3.11 (#91) * REL:Remove upper cap for Py3.11 * PEP8:Remove tab character --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96ec14e..1012cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "Topic :: Software Development", @@ -68,7 +69,7 @@ testpaths = [ [tool.poetry] name = "harold" -version = "1.0.2" +version = "1.0.3" description = "An open-source systems and controls toolbox for Python3." authors = ["Ilhan Polat "] license = "MIT" @@ -89,7 +90,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.8,<3.11" +python = "^3.8" scipy = "^1.8.0" matplotlib = "^3.4.0" tabulate = "^0.8.9"