Netbox is not yet compatible with Python 3.9
This commit is contained in:
parent
b118cd5812
commit
57afeec94f
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- '' # use the default of the DOCKERFILE
|
- '' # use the default of the DOCKERFILE
|
||||||
- python:3.7-alpine
|
- python:3.7-alpine
|
||||||
- python:3.8-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
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Builds new Netbox Docker Images
|
name: Builds new Netbox Docker Images
|
||||||
|
Loading…
Reference in New Issue
Block a user