From ae6d271ddf9357b58c04710d08700ab148e0d718 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Fri, 26 Jan 2024 10:38:48 +0000 Subject: [PATCH] Upgrade to py312 --- Dockerfile | 2 +- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49e6cfa..ccba249 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim as application +FROM python:3.12-slim as application WORKDIR /app diff --git a/pyproject.toml b/pyproject.toml index 4b6684f..708759f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.black] line-length = 88 -target-version = ['py38', 'py39', 'py310'] +target-version = ['py312'] include = '\.pyi?$' exclude = ''' /( diff --git a/requirements-dev.txt b/requirements-dev.txt index 5600666..b2e22c6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements-dev.in diff --git a/requirements.txt b/requirements.txt index c6e5116..08f5796 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements.in