1
0
Fork 0

install beta version of pendulum for 3.12

This commit is contained in:
Dick Marinus 2023-10-29 20:59:44 +01:00
parent 643e148133
commit c7ce8d56ab
1 changed files with 4 additions and 0 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