Skip to content

Commit

Permalink
issue2551339 - psycopg2 on 3.13 github runner crashes on import
Browse files Browse the repository at this point in the history
supposedly a new release of psycopg2 that is 3.13 compatible has
been released. Try it.
  • Loading branch information
rouilj committed Oct 17, 2024
1 parent 610e23e commit 4d10e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install python db libraries
run: |
pip install mysqlclient
if [[ "$PYTHON_VERSION" != "3.13" ]]; then
if [[ "$PYTHON_VERSION" != "3.14" ]]; then
pip install psycopg2; fi
- name: Install auxiliary packages
Expand Down

0 comments on commit 4d10e35

Please sign in to comment.