Skip to content

Commit

Permalink
downgrade pendulum to released version (#1434)
Browse files Browse the repository at this point in the history
* downgrade pendulum to released version

* install beta version of pendulum for 3.12
  • Loading branch information
meeuw authored Oct 29, 2023
1 parent 8c72820 commit 08cf5e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
psql -h localhost -U postgres -p 6432 pgbouncer -c 'show help'
- name: Install beta version of pendulum
run: pip install pendulum==3.0.0b1
if: matrix.python-version == '3.12'

- name: Install requirements
run: |
pip install -U pip setuptools
Expand Down
8 changes: 8 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
4.0.0 (2023-11-27)
==================

Features:
---------
* Allow stable version of pendulum

==================
4.0.0 (2023-11-27)
==================

Features:
---------

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>=3.0.0b1",
"pendulum>=2.1.0",
"cli_helpers[styles] >= 2.2.1",
]

Expand Down

0 comments on commit 08cf5e7

Please sign in to comment.