summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2023-10-10 21:34:59 -0700
committerGitHub <noreply@github.com>2023-10-11 12:34:59 +0800
commit6332e18b48482f29aa96290face13e9b3b7277ea (patch)
tree105077b23b003c3de96dadec1a672f525dca2258 /README.rst
parentf157f3f72ee388970861c31557ba624663d1a2c1 (diff)
Drop python 3.7, add 3.12 (#1426)
* Fix deprecation. * Drop python 3.7 and add 3.12. * Bump pendulum. * Changelog. * Update gh actions. * See if things pass without this scenario. * Skip failing scenarios in 3.12.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1369f215..198e1718 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:
-------