Skip to content

Commit 16c5db7

Browse files
committed
fix some deps fails for other python version
1 parent 53c35bb commit 16c5db7

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
14-
#run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]
13+
python-version: [3.7, 3.8, 3.9]
14+
#run: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
1515

1616
steps:
1717
- uses: actions/checkout@v3

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
certifi==2022.12.7
2-
charset-normalizer==3.1.0
31
grpcio==1.54.0
42
grpcio-tools==1.47.0
5-
idna==3.4
6-
numpy==1.21.6
73
protobuf==3.20.2
84
pyarrow==6.0.1
95
requests==2.30.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3.7",
3131
"Programming Language :: Python :: 3.8",
32+
"Programming Language :: Python :: 3.9",
3233
],
3334
description="The RelationalAI Software Development Kit for Python",
3435
install_requires=[

0 commit comments

Comments
 (0)