Enable test on Python 3.9
This commit is contained in:
parent
a68f315acb
commit
32cef1dcf8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
docker_from:
|
docker_from:
|
||||||
- '' # use the default of the build script
|
- '' # use the default of the build script
|
||||||
- python:3.8-alpine
|
- python:3.8-alpine
|
||||||
# - python:3.9-rc-alpine # disable until Netbox's unit tests work
|
- python:3.9-rc-alpine
|
||||||
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…
Add table
Add a link
Reference in a new issue