Skip to content

Commit 1e9cd53

Browse files
Update requirements-test.txt
1 parent 2362344 commit 1e9cd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pg8000==1.31.2
77
# https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
88
# deprecated: https://github.com/actions/runner-images/issues/10721. So we
99
# install psycopg 2.9.9 on Python 3.9 for macos-latest runner.
10-
psycopg2-binary==2.9.10; python_version == "3.9" and sys_platform == "darwin"
10+
psycopg2-binary==2.9.9; python_version == "3.9" and sys_platform == "darwin"
1111
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
1212

1313
pytest==8.4.0

0 commit comments

Comments
 (0)