Skip to content

Commit

Permalink
chore: Bump singer-sdk to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 22, 2024
1 parent 1864486 commit df12ef2
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 402 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ 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
Expand Down
Loading

0 comments on commit df12ef2

Please sign in to comment.