Skip to content

Commit 57afeec

Browse files
committed
Netbox is not yet compatible with Python 3.9
1 parent b118cd5 commit 57afeec

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
@@ -15,7 +15,7 @@ jobs:
1515
- '' # use the default of the DOCKERFILE
1616
- python:3.7-alpine
1717
- python:3.8-alpine
18-
- python:3.9-rc-alpine
18+
# - python:3.9-rc-alpine # Netbox does not work with Python 3.9 yet.
1919
fail-fast: false
2020
runs-on: ubuntu-latest
2121
name: Builds new Netbox Docker Images

0 commit comments

Comments
 (0)