Skip to content

Commit

Permalink
Fix the coverage error
Browse files Browse the repository at this point in the history
- update PYTHON_LATEST to 3.13
  • Loading branch information
nickmoreton committed Nov 21, 2024
1 parent 4f94c03 commit a117eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
TOX_TESTENV_PASSENV: FORCE_COLOR
PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_NO_PYTHON_VERSION_WARNING: "1"
PYTHON_LATEST: "3.12"
PYTHON_LATEST: "3.13"

jobs:
tests:
Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
name: coverage-data-${{ matrix.python-version }}
path: .coverage.*
if-no-files-found: ignore
include-hidden-files: true
retention-days: 1

coverage:
Expand Down

0 comments on commit a117eaa

Please sign in to comment.