Switch the runtime from Python 3.9 to Python 3.11

This commit is contained in:
Sviatoslav Sydorenko
2022-12-03 02:46:45 +01:00
parent d7edd4c957
commit d2a2496a01
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.11-slim
LABEL "maintainer" "Sviatoslav Sydorenko <wk+pypa@sydorenko.org.ua>"
LABEL "repository" "https://github.com/pypa/gh-action-pypi-publish"