Skip to content

Commit

Permalink
Bump pendulum.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Oct 7, 2023
1 parent ef27464 commit 191ead0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit 191ead0

Please sign in to comment.