Enable tests with Python 3.9

This commit is contained in:
Christian Mäder 2020-01-17 15:21:53 +01:00
parent 870b44fdbc
commit cfbd037f79
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- '' # use the default of the DOCKERFILE
- python:3.7-alpine
- python:3.8-alpine
# - python:3.9-rc-alpine # Netbox does not work with Python 3.9 yet.
- python:3.9-rc-alpine
fail-fast: false
runs-on: ubuntu-latest
name: Builds new Netbox Docker Images