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

Commit 208c9d0

Browse files
author
Cesar Canassa
committed
Removed Python upper bound limit
1 parent d3180a1 commit 208c9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'License :: OSI Approved :: GNU Affero General Public License v3',
1717
'Programming Language :: Python :: 3 :: Only'
1818
],
19-
python_requires=">=3.7,<3.10",
19+
python_requires=">=3.7",
2020
install_requires=[
2121
'pipelinewise-singer-python==1.*',
2222
'psycopg2-binary==2.9.5',

0 commit comments

Comments
 (0)