From 9ac62d267437a81316549ebcee7d72309e29b4f1 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Tue, 26 Mar 2024 23:10:06 -0400 Subject: [PATCH] fix 3.12 devcontainer issues --- .devcontainer/Dockerfile-plugin_dev | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile-plugin_dev b/.devcontainer/Dockerfile-plugin_dev index 3aa048e..fa0ba06 100644 --- a/.devcontainer/Dockerfile-plugin_dev +++ b/.devcontainer/Dockerfile-plugin_dev @@ -9,7 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive # Install APT packages # hadolint ignore=DL3008 RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install --no-install-recommends curl git make openssh-client python3.12-dev sudo wget zsh \ + && apt-get -y install --no-install-recommends curl git make openssh-client python3.11-dev sudo wget zsh \ && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # Install development & ide dependencies diff --git a/setup.py b/setup.py index cd60ebe..030dece 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,6 @@ def get_version(relative_path): "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", "Framework :: Django",