Skip to content

Commit 4d10e35

Browse files
committed
issue2551339 - psycopg2 on 3.13 github runner crashes on import
supposedly a new release of psycopg2 that is 3.13 compatible has been released. Try it.
1 parent 610e23e commit 4d10e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- name: Install python db libraries
204204
run: |
205205
pip install mysqlclient
206-
if [[ "$PYTHON_VERSION" != "3.13" ]]; then
206+
if [[ "$PYTHON_VERSION" != "3.14" ]]; then
207207
pip install psycopg2; fi
208208
209209
- name: Install auxiliary packages

0 commit comments

Comments
 (0)