We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2362344 commit 1e9cd53Copy full SHA for 1e9cd53
requirements-test.txt
@@ -7,7 +7,7 @@ pg8000==1.31.2
7
# https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
8
# deprecated: https://github.com/actions/runner-images/issues/10721. So we
9
# 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"
+psycopg2-binary==2.9.9; python_version == "3.9" and sys_platform == "darwin"
11
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
12
13
pytest==8.4.0
0 commit comments