Skip to content

Commit 70d742b

Browse files
committed
Update to Fedora 41
1 parent def6c16 commit 70d742b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

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

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

1616
jobs:
1717
build-and-push:
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
toxenv: py27,py36,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310
24+
toxenv: py36,py38,py39,py310,py311,py312,py313,py314,pypy,pypy39,pypy310,pypy311
2525
- arch: arm64
2626
toxenv: py312
2727
- arch: ppc64le
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
TOXENV: ${{ matrix.toxenv }}
6565
run: |
66-
docker run --rm --platform linux/${{ matrix.arch }} -e DNF_INSTALL="libffi-devel 'pkgconfig(libgit2) >= 1.7' /usr/bin/cowsay" fedorapython/fedora-python-tox:${{ matrix.arch }} sh -c "/run_tests.sh; pip install -I --no-deps --compile --no-binary :all: cffi pygit2~=1.14.0 && cowsay DONE"
66+
docker run --rm --platform linux/${{ matrix.arch }} -e DNF_INSTALL="libffi-devel 'pkgconfig(libgit2) >= 1.9' /usr/bin/cowsay" fedorapython/fedora-python-tox:${{ matrix.arch }} sh -c "/run_tests.sh; pip install -I --no-deps --compile --no-binary :all: cffi pygit2~=1.17.0 && cowsay DONE"
6767
- name: Test external project with WORKDIR
6868
run: |
6969
docker run --rm --platform linux/${{ matrix.arch }} -e TOXENV=py3 -e GIT_URL=https://github.com/Netflix/nflxprofile.git -e WORKDIR=python fedorapython/fedora-python-tox:${{ matrix.arch }}

Dockerfile

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

33
LABEL maintainer="Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>"
44

@@ -10,7 +10,7 @@ RUN dnf update -y \
1010
pypy2-devel \
1111
pypy3.9-devel \
1212
pypy3.10-devel \
13-
python2.7 \
13+
pypy3.11-devel \
1414
python3.6 \
1515
python3.8 \
1616
python3.9 \

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 2.7, 3.6, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
20-
- Pypy2, Pypy3.9 and Pypy3.10
19+
- Python 3.6, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
20+
- Pypy2, Pypy3.9, Pypy3.10 and Pypy3.11
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make
2323
- tox

0 commit comments

Comments
 (0)