We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc8d79 commit cec6edeCopy full SHA for cec6ede
setup.py
@@ -16,10 +16,10 @@
16
'License :: OSI Approved :: GNU Affero General Public License v3',
17
'Programming Language :: Python :: 3 :: Only'
18
],
19
- python_requires=">=3.7,<3.13",
+ python_requires=">=3.7,<3.14",
20
install_requires=[
21
'pipelinewise-singer-python==1.*',
22
- 'psycopg2-binary==2.9.5',
+ 'psycopg2-binary==2.9.10',
23
'strict-rfc3339==0.7',
24
25
extras_require={
0 commit comments