Skip to content

Commit 16d2978

Browse files
authored
Update dependencies (#2)
* Update dependencies and support Python 3.13 and * Update linters and coder formatters * Fix rare concurrency issue with tox writing coverage report
1 parent 4e02be7 commit 16d2978

File tree

4 files changed

+327
-270
lines changed

4 files changed

+327
-270
lines changed

.github/workflows/run-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- python-version: "3.10"
1818
- python-version: "3.11"
1919
- python-version: "3.12"
20+
- python-version: "3.13"
2021
steps:
2122
- uses: actions/checkout@v4
2223

@@ -60,7 +61,8 @@ jobs:
6061
source .venv/bin/activate
6162
coverage erase
6263
tox run-parallel -f py${{ matrix.python-version }} --parallel-no-spinner --parallel-live
63-
coverage xml
64+
coverage combine --data-file=.coverage
65+
coverage xml --data-file=.coverage
6466
6567
- name: Upload coverage reports to Codecov
6668
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)