From 191ead06ae20e16528ac8191697fe0e27521b0b4 Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Fri, 6 Oct 2023 20:28:46 -0700 Subject: [PATCH] Bump pendulum. --- README.rst | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e624e1414..7894c2b6a 100644 --- a/README.rst +++ b/README.rst @@ -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: ------- diff --git a/setup.py b/setup.py index 9a398a48c..254b7218a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ "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", ]