1
0
Fork 0

downgrade pendulum to released version (#1434)

* downgrade pendulum to released version

* install beta version of pendulum for 3.12
This commit is contained in:
Dick Marinus 2023-10-30 00:04:00 +01:00 committed by GitHub
parent 8c72820d7e
commit 08cf5e720f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -2,6 +2,14 @@
4.0.0 (2023-11-27)
==================
Features:
---------
* Allow stable version of pendulum
==================
4.0.0 (2023-11-27)
==================
Features:
---------

View File

@ -15,7 +15,7 @@ install_requirements = [
"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",
]