Skip to content

Commit

Permalink
Upgrade to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax committed Nov 29, 2023
1 parent c082382 commit c77347a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CMD ["yarn", "start"]
# BASE
# ---------------------------------------------------------------------
# Base backend
FROM python:3.10-alpine as base
FROM python:3.11-alpine as base
ENV PYCURL_SSL_LIBRARY openssl

RUN apk update && apk add postgresql-libs postgresql-client libevent libjpeg openjpeg zlib
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ addopts = "--reuse-db"
python_files = "ietf/*/test*.py"
filterwarnings = [
"error",
"ignore::DeprecationWarning:willow.image",
"ignore::DeprecationWarning:l18n.translation",
"ignore::UserWarning",
]
4 changes: 1 addition & 3 deletions requirements/base.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.11
# by the following command:
#
# pip-compile base.in
Expand Down Expand Up @@ -92,8 +92,6 @@ typed-environment-configuration==0.1.5
# via -r base.in
typepy==1.3.0
# via typed-environment-configuration
typing-extensions==4.8.0
# via asgiref
urllib3==2.1.0
# via requests
wagtail==4.2.4
Expand Down
11 changes: 1 addition & 10 deletions requirements/dev.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.11
# by the following command:
#
# pip-compile dev.in
Expand All @@ -12,8 +12,6 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.2
Expand All @@ -35,13 +33,6 @@ pytest-cov==4.1.0
# via -r dev.in
pytest-django==4.7.0
# via -r dev.in
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
wheel==0.42.0
# via pip-tools

Expand Down
2 changes: 1 addition & 1 deletion requirements/docker.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.11
# by the following command:
#
# pip-compile docker.in
Expand Down

0 comments on commit c77347a

Please sign in to comment.