# HG changeset patch # User John Rouillard # Date 1715550756 14400 # Node ID 52f5cb357e404323ff444520fb95cbdeabb85d80 # Parent d272c828d376eaf253f10899a73ee1dc9173a17d test: re-enable psycopg2 build win ci with python 3.13 beta 1 New beta1 version now in GH actions ci. See if psycopg2 installs with it. [skip travis] diff -r d272c828d376 -r 52f5cb357e40 .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Sun May 12 17:46:45 2024 -0400 +++ b/.github/workflows/ci-test.yml Sun May 12 17:52:36 2024 -0400 @@ -203,7 +203,7 @@ - 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