Skip to content

Commit

Permalink
upgrade to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jun 18, 2024
1 parent ca7bc83 commit d6dda87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.8
3.12.4
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.8-slim-bullseye as build
FROM python:3.12.4-slim-bookworm as build

RUN set -x \
&& python3 -m venv /opt/conveyor
Expand All @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
install -r /tmp/requirements.txt


FROM python:3.11.8-slim-bullseye
FROM python:3.12.4-slim-bookworm

ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py312
skipsdist = True

[testenv]
Expand Down

0 comments on commit d6dda87

Please sign in to comment.