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
22on : [pull_request, push]
33jobs :
44 lint_python :
5- runs-on : ubuntu-latest
5+ runs-on : ubuntu-24.04
66 steps :
77 - uses : actions/checkout@v3
88 - uses : actions/setup-python@v4
99 with :
10- python-version : 3.x
10+ python-version : 3.12
1111 - shell : bash
1212 name : Lint and test
1313 run : ./lint.sh
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ filterwarnings =
99 ignore:.*test class ' TestRunner' .*:Warning
1010
1111[mypy]
12- python_version = 1.15.0
12+ python_version = 3.12
1313ignore_missing_imports = True
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py313 ,cov-report
2+ envlist = py312 ,cov-report
33skip_missing_interpreters = true
44
55
You can’t perform that action at this time.
0 commit comments