File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 224.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+
513Features:
614---------
715
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments