Skip to content

Commit

Permalink
Use python 3.12 (#641)
Browse files Browse the repository at this point in the history
Since Napalm has not been integrated so far, the dependency is not necessary.

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Oct 26, 2023
1 parent 38ee968 commit 20d5616
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 536 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
FROM python:${PYTHON_VERSION} as builder

COPY . /src
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ flower = "==2.0.1"
hiredis = "==2.2.3"
kombu = "==5.3.2"
loguru = "==0.7.2"
napalm = "==4.1.0"
netmiko = "==4.2.0"
pottery = "==3.0.0"
prompt-toolkit = "==3.0.39"
Expand Down
Loading

0 comments on commit 20d5616

Please sign in to comment.