File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: lint_python
2
2
on : [pull_request, push]
3
3
jobs :
4
4
lint_python :
5
- runs-on : ubuntu-latest
5
+ runs-on : ubuntu-24.04
6
6
steps :
7
7
- uses : actions/checkout@v3
8
8
- uses : actions/setup-python@v4
9
9
with :
10
- python-version : 3.x
10
+ python-version : 3.12
11
11
- shell : bash
12
12
name : Lint and test
13
13
run : ./lint.sh
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ filterwarnings =
9
9
ignore:.*test class ' TestRunner' .*:Warning
10
10
11
11
[mypy]
12
- python_version = 1.15.0
12
+ python_version = 3.12
13
13
ignore_missing_imports = True
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py313 ,cov-report
2
+ envlist = py312 ,cov-report
3
3
skip_missing_interpreters = true
4
4
5
5
You can’t perform that action at this time.
0 commit comments