We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c72820 commit 08cf5e7Copy full SHA for 08cf5e7
3 files changed
.github/workflows/ci.yml
@@ -67,6 +67,10 @@ jobs:
67
68
psql -h localhost -U postgres -p 6432 pgbouncer -c 'show help'
69
70
+ - name: Install beta version of pendulum
71
+ run: pip install pendulum==3.0.0b1
72
+ if: matrix.python-version == '3.12'
73
+
74
- name: Install requirements
75
run: |
76
pip install -U pip setuptools
changelog.rst
@@ -2,6 +2,14 @@
2
4.0.0 (2023-11-27)
3
==================
4
5
+Features:
6
+---------
7
+* Allow stable version of pendulum
8
9
+==================
10
+4.0.0 (2023-11-27)
11
12
13
Features:
14
---------
15
setup.py
@@ -15,7 +15,7 @@
"psycopg >= 3.0.14",
16
"sqlparse >=0.3.0,<0.5",
17
"configobj >= 5.0.6",
18
- "pendulum>=3.0.0b1",
+ "pendulum>=2.1.0",
19
"cli_helpers[styles] >= 2.2.1",
20
]
21
0 commit comments