Skip to content

Commit

Permalink
Switch the runtime from Python 3.9 to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 3, 2022
1 parent d7edd4c commit d2a2496
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.11-slim

LABEL "maintainer" "Sviatoslav Sydorenko <[email protected]>"
LABEL "repository" "https:/pypa/gh-action-pypi-publish"
Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime-prerequisites.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/runtime-prerequisites.in
#
Expand Down
4 changes: 2 additions & 2 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in
#
Expand Down

0 comments on commit d2a2496

Please sign in to comment.