Skip to content

Commit 3af5e71

Browse files
Update dependency python to v3.13.4
1 parent 9f49908 commit 3af5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: 3.9.13
12+
python-version: 3.13.4
1313
- run: pip install --upgrade pip
1414
- run: pip install "black<23" pylint==v3.0.0a3 mypy==v0.991
1515
- run: black --diff --check $(git ls-files '*.py')

0 commit comments

Comments
 (0)