Use release version of Python 3.9 in tests

This commit is contained in:
Tobias Genannt 2020-10-26 15:42:31 +01:00
parent 121c3f800d
commit 911488242f
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