Skip to content

Commit

Permalink
Merge pull request #1702 from opsmill/gma-20231221-python312
Browse files Browse the repository at this point in the history
Use Python 3.12 for main components
  • Loading branch information
ogenstad authored Feb 21, 2024
2 parents 2864a59 + 6a6ee29 commit 8b23d22
Show file tree
Hide file tree
Showing 5 changed files with 612 additions and 564 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12

RUN apt-get remove -yq docker.io docker-doc docker-compose podman-docker containerd runc 2>&1 || true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: "Setup environment"
run: "pip install invoke toml"
- name: "Build Test Image"
Expand Down
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ****************************************************************
# STAGE : Base Python Image
# ****************************************************************
ARG PYTHON_VER=3.11
ARG PYTHON_VER=3.12
FROM docker.io/python:${PYTHON_VER} AS base

ENV PYTHONUNBUFFERED 1
Expand Down
Loading

0 comments on commit 8b23d22

Please sign in to comment.