Skip to content

Commit 8adac3e

Browse files
committed
Compatible with python 3.8
1 parent b5e9935 commit 8adac3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install boto3
3636
pip install tenacity
3737
pip install pyparsing
38-
pip install sqlean.py<3.47.0
38+
pip install sqlean.py==3.45.1
3939
- name: black
4040
run: |
4141
pip install black

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"botocore>=1.24.7",
1515
"tenacity>=4.1.0",
1616
"pyparsing>=3.0.0",
17-
"sqlean.py<3.47.0",
17+
"sqlean.py==3.45.1",
1818
]
1919

2020
extras_require = {

0 commit comments

Comments
 (0)