Skip to content

Commit 6a49edc

Browse files
committed
py(deps) Minimum python version of 3.8
1 parent 2e954a5 commit 6a49edc

File tree

2 files changed

+278
-437
lines changed

2 files changed

+278
-437
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libtmux"
33
version = "0.38.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
5-
requires-python = ">=3.9,<4.0"
5+
requires-python = ">=3.8,<4.0"
66
authors = [
77
{name = "Tony Narlock", email = "tony@git-pull.com"}
88
]

0 commit comments

Comments
 (0)