Skip to content

Commit 086fa9b

Browse files
committed
psycopg[c] v3.3.0 requires Python version 3.10 and above.
1 parent dc7873c commit 086fa9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ libgravatar==1.0.*
4242
paramiko==3.5.1
4343
passlib==1.*
4444
psutil==7.1.*
45-
psycopg[c]==3.3.0
45+
psycopg[c]==3.2.13; python_version < '3.10'
46+
psycopg[c]==3.3.0; python_version >= '3.10'
4647
pyotp==2.*
4748
python-dateutil==2.*
4849
pytz==2025.*

0 commit comments

Comments
 (0)