Skip to content

Commit

Permalink
chore: Bump singer-sdk to 0.40.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 22, 2024
1 parent 1864486 commit 5dca542
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 402 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,25 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install Poetry
run: |
pipx install poetry
- name: Install dependencies
run: |
poetry env use ${{ matrix.python-version }}
poetry install
- name: Test with pytest
env:
Expand Down
Loading

0 comments on commit 5dca542

Please sign in to comment.