Enable test on Python 3.9

This commit is contained in:
Tobias Genannt
2020-09-01 13:52:01 +02:00
committed by GitHub
parent a68f315acb
commit 32cef1dcf8

View File

@ -20,7 +20,7 @@ jobs:
docker_from:
- '' # use the default of the build script
- python:3.8-alpine
# - python:3.9-rc-alpine # disable until Netbox's unit tests work
- python:3.9-rc-alpine
fail-fast: false
runs-on: ubuntu-latest
name: Builds new Netbox Docker Images