Skip to content

Commit 41c9cb2

Browse files
committed
3.13 changed to 3.12
1 parent eae9c78 commit 41c9cb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: lint_python
22
on: [pull_request, push]
33
jobs:
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
ignore_missing_imports = True

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py313,cov-report
2+
envlist = py312,cov-report
33
skip_missing_interpreters = true
44

55

0 commit comments

Comments
 (0)