Skip to content

Commit

Permalink
REL:Remove upper cap for Py3.11 (#91)
Browse files Browse the repository at this point in the history
* REL:Remove upper cap for Py3.11

* PEP8:Remove tab character
  • Loading branch information
ilayn authored Dec 4, 2022
1 parent 3fec03d commit b268ba7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 <ilhanpolat@gmail.com>"]
license = "MIT"
Expand All @@ -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"
Expand Down

0 comments on commit b268ba7

Please sign in to comment.