Merge pull request #347 from tobiasge/python-final

Use release version of Python 3.9 in tests
This commit is contained in:
Tobias Genannt 2020-10-26 16:06:12 +01:00 committed by GitHub
commit 120a605d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
- python:3.9-alpine
fail-fast: false
runs-on: ubuntu-latest
name: Builds new Netbox Docker Images