Skip to content

Commit

Permalink
Merge pull request #49 from lucas42/dependabot/docker/python-3.13
Browse files Browse the repository at this point in the history
Bump python from 3.12 to 3.13
  • Loading branch information
lucas42 authored Oct 25, 2024
2 parents 6830645 + 74e03d7 commit 27b8f89
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 104 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.13

WORKDIR /usr/src/app

Expand All @@ -24,6 +24,10 @@ RUN pip install pipenv
COPY Pipfile* ./
RUN pipenv install

# Workaround for https://github.com/beetbox/audioread/issues/144 to enable running on python 3.13
RUN pipenv install -e "git+https://github.com/youknowone/python-deadlib.git#egg=standard-aifc&subdirectory=aifc"
RUN pipenv install -e "git+https://github.com/youknowone/python-deadlib.git#egg=standard-sunau&subdirectory=sunau"

COPY test_tracks ./test_tracks
COPY src/* ./

Expand Down
Loading

0 comments on commit 27b8f89

Please sign in to comment.