Skip to content

Commit 45efd6d

Browse files
committed
Update to Fedora 42
1 parent 7708c02 commit 45efd6d

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
FEDORA_VERSION: 41
15+
FEDORA_VERSION: 42
1616

1717
jobs:
1818
build-and-push:
@@ -22,11 +22,11 @@ jobs:
2222
matrix:
2323
include:
2424
- arch: amd64
25-
toxenv: py36,py38,py39,py310,py311,py312,py313,py314,py315,pypy,pypy39,pypy310,pypy311
25+
toxenv: py36,py39,py310,py311,py312,py313,py314,py315,pypy,pypy39,pypy310,pypy311
2626
- arch: arm64
2727
toxenv: py312
2828
- arch: ppc64le
29-
toxenv: py38,py311
29+
toxenv: py39,py311
3030
- arch: s390x
3131
toxenv: py39,py310,py312
3232
steps:

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:41
1+
FROM registry.fedoraproject.org/fedora:42
22

33
LABEL maintainer="Lumír 'Frenzy' Balhar <[email protected]>"
44

@@ -8,11 +8,9 @@ RUN dnf update -y \
88
--setopt=deltarpm=false \
99
findutils \
1010
pypy2-devel \
11-
pypy3.9-devel \
1211
pypy3.10-devel \
1312
pypy3.11-devel \
1413
python3.6 \
15-
python3.8 \
1614
python3.9 \
1715
python3.10-devel \
1816
python3.10-tkinter \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ N goes EOL.
1616
# Installed packages
1717

1818
On top of stable Fedora, this Docker image contains:
19-
- Python 3.6, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15
20-
- Pypy2, Pypy3.9, Pypy3.10 and Pypy3.11
19+
- Python 3.6, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15
20+
- Pypy2, Pypy3.10 and Pypy3.11
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make
2323
- tox

0 commit comments

Comments
 (0)