File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2828 "matchLanguages" : [ "python" ] ,
2929 "matchUpdateTypes" : [ "minor" , "patch" ] ,
3030 } ,
31+ {
32+ "matchPackageNames" : [ "psycopg2-binary" ] ,
33+ "allowedVersions" : "!/2.9.10/"
34+ } ,
3135 ] ,
3236}
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ pg8000==1.31.2
66# It is supported for macos-12 runner:
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
9- # install psycopg < 2.9.10 on Python 3.9 for macos-latest runner.
10- psycopg2-binary< 2.9.10 ; python_version == "3.9" and sys_platform == "darwin"
9+ # install psycopg 2.9.9 on Python 3.9 for macos-latest runner.
10+ psycopg2-binary== 2.9.9 ; python_version == "3.9" and sys_platform == "darwin"
1111psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
1212
1313pytest==8.4.1
You can’t perform that action at this time.
0 commit comments