From 7a54ffc41acaab0e0e1a84a105682c83d07ba6bd Mon Sep 17 00:00:00 2001 From: Michael Wiencek Date: Sat, 30 Nov 2024 00:55:56 -0600 Subject: [PATCH] Require Python 3.12 (#3) --- .github/workflows/tests.yml | 4 ++-- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c7bd1e..bb76687 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,10 +28,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/Dockerfile b/Dockerfile index 66f3823..b0ee446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM metabrainz/python:3.11-20231006 +FROM metabrainz/python:3.12-20241130 RUN useradd --create-home --shell /bin/bash art diff --git a/README.md b/README.md index 03bd201..0da7976 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Succesor to the old, Perl-and-RabbitMQ-based ## Requirements - * Python >= 3.11 + * Python >= 3.12 * PostgreSQL >= 12 You will need a MusicBrainz database. See the `INSTALL.md` document of the