Skip to content

Commit

Permalink
Update dependencies (#2)
Browse files Browse the repository at this point in the history
* Update dependencies and support Python 3.13 and

* Update linters and coder formatters

* Fix rare concurrency issue with tox writing coverage report
  • Loading branch information
skeletorXVI authored Dec 9, 2024
1 parent 4e02be7 commit 16d2978
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 270 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12"
- python-version: "3.13"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -60,7 +61,8 @@ jobs:
source .venv/bin/activate
coverage erase
tox run-parallel -f py${{ matrix.python-version }} --parallel-no-spinner --parallel-live
coverage xml
coverage combine --data-file=.coverage
coverage xml --data-file=.coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down
Loading

0 comments on commit 16d2978

Please sign in to comment.