Skip to content

Commit accd81e

Browse files
committed
Version v38.0 with Fedora 38
1 parent 27c3055 commit accd81e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ Until version 0.4, this action always used the latest [fedora-python-tox](https:
6262
image. Since version 34.0, the first number in the version (also sometimes
6363
referred to as the "major version") represents the release of Fedora used in the image.
6464

65+
### v38.0
66+
67+
* Uses Fedora 38 as the base container image.
68+
* PyPy 3.8 is no longer available.
69+
6570
### v37.0
6671

6772
* Uses Fedora 37 as the base container image.

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616

1717
runs:
1818
using: docker
19-
image: docker://fedorapython/fedora-python-tox:f37
19+
image: docker://fedorapython/fedora-python-tox:f38
2020
env:
2121
TOXENV: ${{ inputs.tox_env }}
2222
DNF_INSTALL: ${{ inputs.dnf_install }}

0 commit comments

Comments
 (0)