Update to f38

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomáš Hrčka 2023-05-29 12:12:02 +02:00
parent 7e5ed8efb4
commit 24f4d72490
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# 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>"

View file

@ -1,5 +1,5 @@
[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
skip_missing_interpreters = True
skipsdist = True
@ -22,7 +22,7 @@ commands =
black --check --diff .
[testenv:mypy]
basepython = python3.10
basepython = python3.11
deps =
{[testenv]deps}
mypy