Skip to content

Commit ad54c00

Browse files
author
Anton Zelenov
committed
Up test
1 parent 0d643cf commit ad54c00

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ["3.11", "3.12"]
16+
python: ["3.11", "3.12", "3.13"]
1717

1818
permissions:
1919
contents: read

requirements-dev.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements.in
2+
coverage==7.8.0
23
mypy==1.15.0
34
pip-tools==7.4.1
45
pre-commit==4.2.0

0 commit comments

Comments
 (0)