Skip to content

Commit

Permalink
fix 3.12 devcontainer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmerolle committed Mar 27, 2024
1 parent f1a1f26 commit 9ac62d2
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile-plugin_dev
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 9ac62d2

Please sign in to comment.