Skip to content

Commit 917435d

Browse files
authored
Merge pull request #12 from Kaligo/update/latest_psycopg2-binary
Allow Python <3.14 and update psycopg2-binary to latest version
2 parents 6fc8d79 + cec6ede commit 917435d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
'License :: OSI Approved :: GNU Affero General Public License v3',
1717
'Programming Language :: Python :: 3 :: Only'
1818
],
19-
python_requires=">=3.7,<3.13",
19+
python_requires=">=3.7,<3.14",
2020
install_requires=[
2121
'pipelinewise-singer-python==1.*',
22-
'psycopg2-binary==2.9.5',
22+
'psycopg2-binary==2.9.10',
2323
'strict-rfc3339==0.7',
2424
],
2525
extras_require={

0 commit comments

Comments
 (0)