Skip to content

Commit 37c872b

Browse files
committed
Update to Fedora 37
1 parent 68ef5cf commit 37c872b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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: 36
14+
FEDORA_VERSION: 37
1515

1616
jobs:
1717
build-and-push:
@@ -21,13 +21,13 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,pypy,pypy37,pypy38,pypy39
24+
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,pypy,pypy38,pypy39
2525
- arch: arm64
2626
toxenv: py38,py39,py311
2727
- arch: ppc64le
2828
toxenv: py37,py38,py311
2929
- arch: s390x
30-
toxenv: py36,py38,py311,pypy37
30+
toxenv: py36,py38,py311,pypy38
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v2

Dockerfile

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

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

@@ -8,7 +8,6 @@ RUN dnf update -y \
88
--setopt=deltarpm=false \
99
findutils \
1010
pypy2-devel \
11-
pypy3.7-devel \
1211
pypy3.8-devel \
1312
pypy3.9-devel \
1413
python2.7 \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run your Tox tests with all available Python versions in Docker container.
1111

1212
On top of stable Fedora, this Docker image contains:
1313
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
14-
- Pypy2 and Pypy3.7, Pypy3.8 and Pypy3.9
14+
- Pypy2, Pypy3.8 and Pypy3.9
1515
- python3-pip
1616
- gcc, gcc-c++, git-core and make
1717
- tox

0 commit comments

Comments
 (0)