Skip to content

Commit

Permalink
⬆ Update Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 6, 2023
1 parent 3e929ed commit 5b9905e
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion 1.1/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-bullseye
FROM python:3.10.11-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.1/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.10-bullseye as install-poetry
FROM python:3.10.11-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.10-slim-bullseye
FROM python:3.10.11-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.1/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2-bullseye
FROM python:3.11.3-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.1/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.2-bullseye as install-poetry
FROM python:3.11.3-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.2-slim-bullseye
FROM python:3.11.3-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.2/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-bullseye
FROM python:3.10.11-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.2/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.10-bullseye as install-poetry
FROM python:3.10.11-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.10-slim-bullseye
FROM python:3.10.11-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.2/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2-bullseye
FROM python:3.11.3-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.2/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.2-bullseye as install-poetry
FROM python:3.11.3-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.2-slim-bullseye
FROM python:3.11.3-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.3/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-bullseye
FROM python:3.10.11-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.3/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.10-bullseye as install-poetry
FROM python:3.10.11-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.10-slim-bullseye
FROM python:3.10.11-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.3/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2-bullseye
FROM python:3.11.3-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.3/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.2-bullseye as install-poetry
FROM python:3.11.3-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.2-slim-bullseye
FROM python:3.11.3-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.4/python3.10-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.10-bullseye
FROM python:3.10.11-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.4/python3.10-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.10-bullseye as install-poetry
FROM python:3.10.11-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.10.10-slim-bullseye
FROM python:3.10.11-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 1 addition & 1 deletion 1.4/python3.11-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.2-bullseye
FROM python:3.11.3-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
4 changes: 2 additions & 2 deletions 1.4/python3.11-slim-bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.11.2-bullseye as install-poetry
FROM python:3.11.3-bullseye as install-poetry

# Python version must be 3.5 or higher
# Poetry version must be 1.1.7 or higher
RUN curl -sSL https://install.python-poetry.org > ./install-poetry.py

FROM python:3.11.2-slim-bullseye
FROM python:3.11.3-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
Expand Down
2 changes: 2 additions & 0 deletions scripts/pipeline_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
8,
9,
10,
11,
],
"3.11": [
0,
1,
2,
3,
],
}
PYTHON_VARIATIONS: Dict[str, List[str]] = {
Expand Down

0 comments on commit 5b9905e

Please sign in to comment.