Enable test on Python 3.9
This commit is contained in:
parent
a68f315acb
commit
32cef1dcf8
|
@ -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…
Reference in New Issue