Skip to content

Commit

Permalink
python requirement in tap-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 9, 2024
1 parent d9aad08 commit fca1b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer-connectors/tap-postgres/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3 :: Only'
],
python_requires=">=3.7,<3.10",
python_requires=">=3.10",
install_requires=[
'pipelinewise-singer-python==1.*',
'psycopg2-binary==2.9.5',
Expand Down

0 comments on commit fca1b35

Please sign in to comment.