Skip to content

Commit ca8f06d

Browse files
committed
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]
1 parent 753dfc5 commit ca8f06d

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)