diff --git a/.github/workflows/asciinema.yml b/.github/workflows/asciinema.yml index 2bfae0a..3933e98 100644 --- a/.github/workflows/asciinema.yml +++ b/.github/workflows/asciinema.yml @@ -33,7 +33,6 @@ jobs: strategy: matrix: python: - - "3.6" - "3.7" - "3.8" - "3.9" diff --git a/tests/distros/Dockerfile.centos b/tests/distros/Dockerfile.centos index bc4fd7e..1a7b629 100644 --- a/tests/distros/Dockerfile.centos +++ b/tests/distros/Dockerfile.centos @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1.3 -FROM docker.io/library/centos:7 +FROM docker.io/library/centos:8 -RUN yum install -y epel-release && yum install -y make python36 && yum clean all +RUN yum install -y epel-release && yum install -y make python39 && yum clean all WORKDIR /usr/src/app