Skip to content

Commit

Permalink
ci: swap python 3.10 for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed May 7, 2024
1 parent 76ef3e7 commit 1bdebaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PYTHON_VERSION: ["3.9", "3.10", "3.11"]
PYTHON_VERSION: ["3.9", "3.11", "3.12"]
env:
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
steps:
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
coverage xml
- name: Code coverage
if: ${{ matrix.PYTHON_VERSION == '3.11' }}
uses: codecov/codecov-action@v3
if: ${{ matrix.PYTHON_VERSION == '3.12' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml

0 comments on commit 1bdebaf

Please sign in to comment.