1
0
Fork 0

Bump pendulum.

This commit is contained in:
Irina Truong 2023-10-06 20:28:46 -07:00
parent ef274646f0
commit 191ead06ae
2 changed files with 2 additions and 3 deletions

View File

@ -352,8 +352,7 @@ choice:
In [3]: my_result = _
Pgcli only runs on Python3.7+ since 4.0.0, if you use an old version of Python,
you should use install ``pgcli <= 4.0.0``.
Pgcli dropped support for Python<3.8 as of 4.0.0. If you need it, install ``pgcli <= 4.0.0``.
Thanks:
-------

View File

@ -15,7 +15,7 @@ install_requirements = [
"psycopg >= 3.0.14",
"sqlparse >=0.3.0,<0.5",
"configobj >= 5.0.6",
"pendulum>=2.1.0",
"pendulum>=3.0.0b1",
"cli_helpers[styles] >= 2.2.1",
]