Skip to content

Commit bad8fe3

Browse files
committed
update CI to test against python 3.13
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 0057163 commit bad8fe3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -29,8 +29,7 @@ jobs:
2929

3030
- name: Run tests
3131
# For example, using `pytest`
32-
run:
33-
uv run --all-extras -p ${{ matrix.python-version }} pytest tests
32+
run: uv run --all-extras -p ${{ matrix.python-version }} pytest tests
3433
--cov-report=xml
3534

3635
- name: Run codacy-coverage-reporter

0 commit comments

Comments
 (0)