aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-03 15:03:55 +0100
committerGravatar Chris Lovering <[email protected]>2023-03-29 18:32:08 +0100
commite24e94895d5529952c44e3aeeb4558a8d171bd9c (patch)
treefba6774d3370d1b037895632b04e0ac77e63b2b0
parentUpgrade to Python 3.11 in pyproject.toml (diff)
Upgrade to Python 3.11 in CI & Dockerfile
-rw-r--r--.github/workflows/lint-test.yml2
-rw-r--r--Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index af1d703c0..63dc8a581 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -34,7 +34,7 @@ jobs:
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0
with:
- python_version: '3.10'
+ python_version: '3.11'
# Check all of our non-dev dependencies are compatible with the MIT license.
# If you added a new dependencies that is being rejected,
diff --git a/Dockerfile b/Dockerfile
index 205b66209..794f1573a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim
+FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.11-slim
# Define Git SHA build argument for sentry
ARG git_sha="development"