Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Removed Python upper bound limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Canassa committed Sep 8, 2023
1 parent d3180a1 commit 208c9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.7",
install_requires=[
'pipelinewise-singer-python==1.*',
'psycopg2-binary==2.9.5',
Expand Down

0 comments on commit 208c9d0

Please sign in to comment.