Skip to content

Commit

Permalink
feat: Support Python 3.12 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 10, 2024
1 parent f8c8727 commit c212c05
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 123 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
jobs:
build-sample-project:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}
- name: Install Meltano
run: |
pip install pipx
Expand Down
Loading

0 comments on commit c212c05

Please sign in to comment.