Skip to content

Commit 86d92d4

Browse files
authored
Relaxed the support for python and connector version (#14)
* Relaxed the connector to be greater than 4.0.0 * fixed actions
1 parent 290648b commit 86d92d4

File tree

5 files changed

+269
-233
lines changed

5 files changed

+269
-233
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.8, 3.9, "3.10"]
15+
python-version: [3.9, "3.10", "3.11", "3.12"]
1616
steps:
1717
#----------------------------------------------
1818
# check-out repo and set-up python
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
strategy:
6666
matrix:
67-
python-version: [3.8, 3.9, "3.10"]
67+
python-version: [3.9, "3.10", "3.11", "3.12"]
6868
steps:
6969
#----------------------------------------------
7070
# check-out repo and set-up python

0 commit comments

Comments
 (0)