From 57afeec94f9e0a05d95d8af80ecb4902a899f98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Sun, 29 Dec 2019 22:09:32 +0100 Subject: [PATCH] Netbox is not yet compatible with Python 3.9 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3290e27..4a67b5e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: - '' # use the default of the DOCKERFILE - python:3.7-alpine - python:3.8-alpine - - python:3.9-rc-alpine + # - python:3.9-rc-alpine # Netbox does not work with Python 3.9 yet. fail-fast: false runs-on: ubuntu-latest name: Builds new Netbox Docker Images