Skip to content

Commit 4119562

Browse files
committed
[core] added python 3.14 docker image
1 parent 9ba4778 commit 4119562

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build-test-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["python311", "python312", "python313"]
12+
python-version: ["python311", "python312", "python313", "python314"]
1313
steps:
1414
-
1515
name: Login to Docker Hub
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:3.14-slim-trixie
2+
3+
LABEL maintainer="MrClock"
4+
LABEL name="GeoComPy Python 3.14 testing container"
5+
LABEL description="Python 3.14 testing container with preinstalled packages for the GeoComPy package"
6+
7+
RUN apt-get update && apt-get install socat git -y
8+
RUN python -m pip install --upgrade pip --root-user-action=ignore

0 commit comments

Comments
 (0)