Skip to content

Commit

Permalink
Require Python 3.12 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek authored Nov 30, 2024
1 parent e6cc972 commit 7a54ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM metabrainz/python:3.11-20231006
FROM metabrainz/python:3.12-20241130

RUN useradd --create-home --shell /bin/bash art

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a54ffc

Please sign in to comment.