File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
4444 tox-env : ["black", "lint", "docs"]
4545 steps :
4646 - uses : actions/checkout@v2
47- - name : Set up Python 3.10
47+ - name : Set up Python 3.12
4848 uses : actions/setup-python@v2
4949 with :
50- python-version : " 3.10 "
50+ python-version : " 3.12 "
5151 - name : Install dependencies
5252 run : |
5353 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 11version : 2
22
33build :
4- os : " ubuntu-22 .04"
4+ os : " ubuntu-24 .04"
55 tools :
6- python : " 3.10 "
6+ python : " 3.12 "
77
88sphinx :
99 configuration : docs/conf.py
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ commands =
2828 pytest --cov --no-cov-on-fail --cov-report xml {posargs}
2929
3030[testenv:black]
31- basepython = python3.10
31+ basepython = python3.12
3232deps =
3333 -rrequirements/requirements-codestyle.txt
3434commands = black --check .
3535
3636[testenv:lint]
37- basepython = python3.10
37+ basepython = python3.12
3838deps =
3939 -rrequirements/requirements-codestyle.txt
4040 -rrequirements/requirements-testing.txt
@@ -43,7 +43,7 @@ commands = flake8
4343
4444[testenv:docs]
4545# keep in sync with .readthedocs.yml
46- basepython = python3.10
46+ basepython = python3.12
4747deps =
4848 -rrequirements/requirements-optionals.txt
4949 -rrequirements/requirements-documentation.txt
You can’t perform that action at this time.
0 commit comments