Skip to content

Commit 2c41188

Browse files
committed
Bump python/{3.4 => 3.8}
Python 3.8 is currently the minimum required version we support, see kaitai-io/kaitai_struct_python_runtime@3e0f9a9
1 parent 6c7ea26 commit 2c41188

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- target: php
7878
implementation: '8.4'
7979
- target: python
80-
implementation: '3.4'
80+
implementation: '3.8'
8181
- target: python
8282
implementation: '3.14'
8383
- target: ruby
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.4-alpine
1+
FROM python:3.8-alpine
22

33
# Copy files common for all images
44
COPY 4img/* ./
@@ -10,6 +10,6 @@ RUN ./prepare-alpine-init && ./prepare-alpine-ruby && ./prepare-alpine-uninit
1010
# Validate that we've got correct version, e.g. something like this:
1111
#
1212
# $ python --version
13-
# Python 3.4.10
13+
# Python 3.8.20
1414

15-
RUN ./validate '^Python 3\.4\.'
15+
RUN ./validate '^Python 3\.8\.'

0 commit comments

Comments
 (0)