Skip to content

Commit 81ce755

Browse files
authored
Updated support for >=4.0.0 connector (#15)
1 parent 1ed488e commit 81ce755

File tree

3 files changed

+189
-166
lines changed

3 files changed

+189
-166
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)