From accd81e593ebfe4582831efa35de2c3b28305e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 14 Dec 2023 14:20:03 +0100 Subject: [PATCH] Version v38.0 with Fedora 38 --- README.md | 5 +++++ action.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8226ea9..8690117 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ Until version 0.4, this action always used the latest [fedora-python-tox](https: image. Since version 34.0, the first number in the version (also sometimes referred to as the "major version") represents the release of Fedora used in the image. +### v38.0 + +* Uses Fedora 38 as the base container image. +* PyPy 3.8 is no longer available. + ### v37.0 * Uses Fedora 37 as the base container image. diff --git a/action.yaml b/action.yaml index 64c5723..73b661a 100644 --- a/action.yaml +++ b/action.yaml @@ -16,7 +16,7 @@ inputs: runs: using: docker - image: docker://fedorapython/fedora-python-tox:f37 + image: docker://fedorapython/fedora-python-tox:f38 env: TOXENV: ${{ inputs.tox_env }} DNF_INSTALL: ${{ inputs.dnf_install }}