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 02e6d6a commit 118bf09Copy full SHA for 118bf09
.circleci/config.yml
@@ -7,7 +7,7 @@ executors:
7
type: string
8
docker:
9
- image: python:<< parameters.version >>-buster
10
- - image: postgres:11.0
+ - image: postgres:12.0
11
environment:
12
POSTGRES_DB: 'psqlextra'
13
POSTGRES_USER: 'psqlextra'
setup.py
@@ -97,7 +97,7 @@ def run(self):
97
],
98
"psycopg3": [
99
"django>=4.2,<5.0",
100
- "psycopg2>=3.0.0",
+ "psycopg[binary]>=3.0.0",
101
102
},
103
cmdclass={
tox.ini
@@ -10,7 +10,7 @@ deps =
dj31: Django~=3.1.0
dj32: Django~=3.2.0
dj40: Django~=4.0.0
- dj42: Django~=4.2.0 psycopg~=3.1.0
+ dj42: Django~=4.2.0
14
.[test]
15
setenv =
16
DJANGO_SETTINGS_MODULE=settings
0 commit comments