Skip to content

Commit

Permalink
Merge pull request #135 from igorkramaric/psycopg-3.x
Browse files Browse the repository at this point in the history
psycopg3.x
  • Loading branch information
igorkramaric authored Jun 20, 2024
2 parents 89ac3bc + a2e3afc commit 949f66f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 949f66f

Please sign in to comment.