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

Commit 82085b4

Browse files
author
Cesar Canassa
committed
Removed Python upper bound limit
1 parent d3180a1 commit 82085b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [ 3.7, 3.8, 3.9 ]
16+
python-version: [ 3.7, 3.8, 3.9, 3.10, 3.11 ]
1717

1818
steps:
1919
- name: Checkout repository

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)