Skip to content

Commit 08cf5e7

Browse files
authored
downgrade pendulum to released version (#1434)
* downgrade pendulum to released version * install beta version of pendulum for 3.12
1 parent 8c72820 commit 08cf5e7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
6868
psql -h localhost -U postgres -p 6432 pgbouncer -c 'show help'
6969
70+
- name: Install beta version of pendulum
71+
run: pip install pendulum==3.0.0b1
72+
if: matrix.python-version == '3.12'
73+
7074
- name: Install requirements
7175
run: |
7276
pip install -U pip setuptools

changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
4.0.0 (2023-11-27)
33
==================
44

5+
Features:
6+
---------
7+
* Allow stable version of pendulum
8+
9+
==================
10+
4.0.0 (2023-11-27)
11+
==================
12+
513
Features:
614
---------
715

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"psycopg >= 3.0.14",
1616
"sqlparse >=0.3.0,<0.5",
1717
"configobj >= 5.0.6",
18-
"pendulum>=3.0.0b1",
18+
"pendulum>=2.1.0",
1919
"cli_helpers[styles] >= 2.2.1",
2020
]
2121

0 commit comments

Comments
 (0)