Skip to content

Commit 18651d3

Browse files
authored
Merge pull request #1 from Widen/update_singer_sdk
updated all dependencies
2 parents 9016af0 + 2604a5a commit 18651d3

File tree

3 files changed

+883
-1363
lines changed

3 files changed

+883
-1363
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# Only lint using the primary version used for dev
17-
python-version: [3.9]
17+
python-version: [3.11]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Poetry
2626
uses: snok/install-poetry@v1
2727
with:
28-
version: 1.1.8
28+
version: 1.8.4
2929
- name: Install dependencies
3030
run: |
3131
poetry install
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
strategy:
4242
matrix:
43-
python-version: [3.7, 3.8, 3.9]
43+
python-version: [3.9, 3.10, 3.11]
4444

4545
steps:
4646
- uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Poetry
5252
uses: snok/install-poetry@v1
5353
with:
54-
version: 1.1.11
54+
version: 1.8.4
5555
- name: Install dependencies
5656
run: |
5757
poetry install

0 commit comments

Comments
 (0)