Skip to content

Commit 9114882

Browse files
committed
Use release version of Python 3.9 in tests
1 parent 121c3f8 commit 9114882

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)