File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/devcontainers/python:3.9 -bullseye
1
+ FROM mcr.microsoft.com/devcontainers/python:3.11 -bullseye
2
2
3
3
ENV PYTHONUNBUFFERED 1
4
4
Original file line number Diff line number Diff line change 1
- FROM python:3.9.7 -slim-buster as sdist
1
+ FROM python:3.11.2 -slim-buster as sdist
2
2
3
3
LABEL maintainer=
"[email protected] "
4
4
LABEL org.opencontainers.image.title="Dispatch PyPI Wheel"
@@ -47,7 +47,7 @@ RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
47
47
&& mv /usr/src/dispatch/dist /dist
48
48
49
49
# This is the image to be run
50
- FROM python:3.9.7 -slim-buster
50
+ FROM python:3.11.2 -slim-buster
51
51
52
52
LABEL maintainer=
"[email protected] "
53
53
LABEL org.opencontainers.image.title="Dispatch"
Original file line number Diff line number Diff line change @@ -389,11 +389,11 @@ def run(self):
389
389
"Development Status :: 5 - Production/Stable" ,
390
390
"Intended Audience :: Developers" ,
391
391
"License :: OSI Approved :: Apache" ,
392
- "Programming Language :: Python :: 3.9 " ,
392
+ "Programming Language :: Python :: 3.11.2 " ,
393
393
],
394
394
package_dir = {"" : "src" },
395
395
packages = find_packages ("src" ),
396
- python_requires = ">=3.9 " ,
396
+ python_requires = ">=3.11 " ,
397
397
install_requires = install_requires ,
398
398
extras_require = {"dev" : dev_requires },
399
399
cmdclass = cmdclass ,
You can’t perform that action at this time.
0 commit comments