Skip to content

Commit 19839a5

Browse files
committed
build(release): v0.7.9
1 parent ef4580a commit 19839a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ctui"
3-
version = "0.7.8"
3+
version = "0.7.9"
44
description = "The ctui library is similar to Python's built in cmd library, but with a curses-like user interface"
55
authors = ["Justin Searle <justin@controlthings.io>"]
66
license = "LGPL"
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323

2424
[tool.poetry.dependencies]
25-
python = ">= 3.8, < 3.12"
25+
python = "^3.8"
2626
prompt-toolkit = "^3.0.36"
2727
Pygments = "^2.14.0"
2828
tabulate = "^0.8.0"

0 commit comments

Comments
 (0)