Skip to content

Commit 120a605

Browse files
authored
Merge pull request #347 from tobiasge/python-final
Use release version of Python 3.9 in tests
2 parents e51f9cb + 9114882 commit 120a605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
docker_from:
2121
- '' # use the default of the build script
2222
- python:3.8-alpine
23-
- python:3.9-rc-alpine
23+
- python:3.9-alpine
2424
fail-fast: false
2525
runs-on: ubuntu-latest
2626
name: Builds new Netbox Docker Images

0 commit comments

Comments
 (0)