Skip to content

Commit cec6ede

Browse files
committed
Break upperbound Python version and update psycopg2-binary package
1 parent 6fc8d79 commit cec6ede

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)