Update to f38
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
parent
7e5ed8efb4
commit
24f4d72490
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# This Dockerfile is used to build and run toddlers on Openshift
|
# This Dockerfile is used to build and run toddlers on Openshift
|
||||||
FROM fedora:36
|
FROM fedora:38
|
||||||
|
|
||||||
LABEL maintainer "Pierre-Yves Chibon <pingou@pingoured.fr>"
|
LABEL maintainer "Pierre-Yves Chibon <pingou@pingoured.fr>"
|
||||||
|
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = black,mypy,flake8,py3{8,9,10}
|
envlist = black,mypy,flake8,py3{9,10,11}
|
||||||
# If the user is missing an interpreter, don't fail
|
# If the user is missing an interpreter, don't fail
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters = True
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
@ -22,7 +22,7 @@ commands =
|
||||||
black --check --diff .
|
black --check --diff .
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
basepython = python3.10
|
basepython = python3.11
|
||||||
deps =
|
deps =
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
mypy
|
mypy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue