Skip to content

Commit 12a4103

Browse files
hroncokfrenzymadness
authored andcommitted
Update to Fedora 40
1 parent 6fa7bfa commit 12a4103

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Diff for: .github/workflows/build-and-push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: '48 23 * * 6'
1212

1313
env:
14-
FEDORA_VERSION: 39
14+
FEDORA_VERSION: 40
1515

1616
jobs:
1717
build-and-push:
@@ -21,11 +21,11 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310
24+
toxenv: py27,py36,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310
2525
- arch: arm64
2626
toxenv: py312
2727
- arch: ppc64le
28-
toxenv: py37,py38,py311
28+
toxenv: py38,py311
2929
- arch: s390x
3030
toxenv: py39,py310,py312
3131
steps:

Diff for: Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:39
1+
FROM registry.fedoraproject.org/fedora:40
22

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

@@ -12,7 +12,6 @@ RUN dnf update -y \
1212
pypy3.10-devel \
1313
python2.7 \
1414
python3.6 \
15-
python3.7 \
1615
python3.8 \
1716
python3.9 \
1817
python3.10-devel \

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ N goes EOL.
1616
# Installed packages
1717

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

0 commit comments

Comments
 (0)