Skip to content

Commit

Permalink
ci(github): add python:3.13 to tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews authored Oct 15, 2024
1 parent c1d26f5 commit 36d690f
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 707 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:
run: poetry run poe test

- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5

pypi-deploy:
Expand Down
Loading

0 comments on commit 36d690f

Please sign in to comment.