From a2e3afc9de08e1388b5664c707dc4120b3750390 Mon Sep 17 00:00:00 2001 From: igor Date: Thu, 20 Jun 2024 16:47:56 +0200 Subject: [PATCH] psycopg3.x --- .github/workflows/tests.yml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00d2452..27be3aa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: with: python-version: 3.11 - - name: psycopg2 prerequisites + - name: psycopg3 prerequisites run: sudo apt-get install libpq-dev - name: install python dependencies diff --git a/requirements.txt b/requirements.txt index 3676f4a..4d5aa74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Cython==3.0.10 -psycopg2-binary==2.9.6 +psycopg[binary]==3.1.19 Django==5.0.6 python-dateutil==2.9.0.post0 diff --git a/setup.py b/setup.py index 8c9d2a8..3a0b787 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='daffodil', - version='0.7.1', + version='0.7.2', author='James Robert', description='A Super-simple DSL for filtering datasets', license='MIT',