Skip to content

Commit 807f278

Browse files
committed
Update to Fedora 41 and Python 3.13 as the default
1 parent 747a616 commit 807f278

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ 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+
### v41.0
66+
67+
* Uses Fedora 41 as the base container image.
68+
* Python 2.7 is no longer available.
69+
* PyPy 3.11 is now available
70+
* Python 3.13 is now the default tox environment if none is configured.
71+
6572
### v40.0
6673

6774
* Uses Fedora 40 as the base container image.

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Runs tests with Tox
33
inputs:
44
tox_env:
55
required: true
6-
default: 'py312'
6+
default: 'py313'
77
description: Tox environment to run the tests on
88
dnf_install:
99
required: false
@@ -16,7 +16,7 @@ inputs:
1616

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

0 commit comments

Comments
 (0)