Skip to content

Commit

Permalink
feat: Bump singer-sdk to 0.40.0 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 13, 2024
1 parent 0365442 commit 12d6465
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 336 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
- "3.11"
- "3.10"
- "3.9"
- "3.8"
os:
- ubuntu-latest
include:
- python-version: "3.12"
os: "macos-latest"
- python-version: "3.12"
os: "windows-latest"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -38,6 +44,7 @@ jobs:
pip install poetry
- name: Install dependencies
run: |
poetry env use python${{ matrix.python-version }}
poetry install
- name: Test with pytest
run: |
Expand Down
Loading

0 comments on commit 12d6465

Please sign in to comment.