Skip to content

Commit 9b9608e

Browse files
committed
Move the action to Fedora 35
1 parent 2855a21 commit 9b9608e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

55+
### v35.0
56+
57+
* Uses Fedora 35 as the base container image.
58+
* No longer supports Python 3.5 and PyPy 3.6.
59+
* Newly supports PyPy 3.7, 3.8 and 3.9.
60+
5561
### v34.0
5662

5763
* First version pinned explicitly to Fedora 34.

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
description: Space separated packages to install via dnf install (can contain options)
1212
runs:
1313
using: docker
14-
image: docker://fedorapython/fedora-python-tox:f34
14+
image: docker://fedorapython/fedora-python-tox:f35
1515
env:
1616
TOXENV: ${{ inputs.tox_env }}
1717
DNF_INSTALL: ${{ inputs.dnf_install }}

0 commit comments

Comments
 (0)