Skip to content

Commit

Permalink
test: re-enable psycopg2 build win ci with python 3.13 beta 1
Browse files Browse the repository at this point in the history
New beta1 version now in GH actions ci. See if psycopg2 installs with
it.

[skip travis]
  • Loading branch information
rouilj committed May 12, 2024
1 parent 753dfc5 commit ca8f06d
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 ca8f06d

Please sign in to comment.