Skip to content

Commit ae5b446

Browse files
committed
Added dropna when retrieving latest Python version
1 parent 9d79987 commit ae5b446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def get_all_python_versions():
3030
storage_options=HEADERS,
3131
)[0]
3232
.query('Branch != "main"')
33+
.dropna()
3334
.Branch.to_list()
3435
)
3536
return python_versions

0 commit comments

Comments
 (0)