Skip to content

Commit e28cee7

Browse files
committed
chore: Add Python 3.7 to helper script
1 parent 143b3e7 commit e28cee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fixsetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
PYTHON_VERSIONS="${PYTHON_VERSIONS-3.8 3.9 3.10 3.11}"
4+
PYTHON_VERSIONS="${PYTHON_VERSIONS-3.7 3.8 3.9 3.10 3.11}"
55

66
for python_version in ${PYTHON_VERSIONS}; do
77
rm -rf "__pypackages__/${python_version}/lib/mkdocstrings"

0 commit comments

Comments
 (0)