Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.12 #1705

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON
FROM python:3.10
FROM python:3.12

LABEL org.opencontainers.image.authors="support@freesound.org"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.workers_web
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN make clean && make

# --- main Freesound docker file contents

FROM freesound:2023-07
FROM freesound:2023-10

RUN mkdir -p /etc/apt/keyrings/
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
docker build -t freesound:2023-07-py2 -f Dockerfile.py2.base .
docker build -t freesound:2023-07 -f Dockerfile.base .
docker build -t freesound:2023-10 -f Dockerfile.base .

.PHONY: all
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ ipython==8.14.0
mapbox==0.18.1
markdown==3.4.1
networkx==1.5
numpy==1.24.3
Pillow==9.5.0
numpy==1.26.1
Pillow==10.1.0
pip-tools==7.1.0
psycopg2-binary==2.9.6
psycopg2-binary==2.9.9
PyJWT==2.6.0
pyparsing==2.4.7
pysolr==3.10.0b1
Expand Down
15 changes: 4 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand Down Expand Up @@ -189,7 +189,7 @@ msgpack==1.0.5
# via cachecontrol
networkx==1.5
# via -r requirements.in
numpy==1.24.3
numpy==1.26.1
# via
# -r requirements.in
# pysndfile
Expand All @@ -213,7 +213,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==9.5.0
pillow==10.1.0
# via -r requirements.in
pip-tools==7.1.0
# via -r requirements.in
Expand All @@ -223,7 +223,7 @@ prompt-toolkit==3.0.39
# via
# click-repl
# ipython
psycopg2-binary==2.9.6
psycopg2-binary==2.9.9
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -313,17 +313,10 @@ stripe==2.28.1
# via -r requirements.in
toml==0.10.2
# via autopep8
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
# via asgiref
tzdata==2023.3
# via celery
uritemplate==4.1.1
Expand Down