Skip to content

Commit

Permalink
Upgrade to python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
weswil07 committed Nov 19, 2024
1 parent abc5e21 commit 610a6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12

- name: psycopg3 prerequisites
run: sudo apt-get install libpq-dev
Expand Down
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.2',
version='0.7.3',
author='James Robert',
description='A Super-simple DSL for filtering datasets',
license='MIT',
Expand Down

0 comments on commit 610a6de

Please sign in to comment.