We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143b3e7 commit e28cee7Copy full SHA for e28cee7
1 file changed
scripts/fixsetup.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-PYTHON_VERSIONS="${PYTHON_VERSIONS-3.8 3.9 3.10 3.11}"
+PYTHON_VERSIONS="${PYTHON_VERSIONS-3.7 3.8 3.9 3.10 3.11}"
5
6
for python_version in ${PYTHON_VERSIONS}; do
7
rm -rf "__pypackages__/${python_version}/lib/mkdocstrings"
0 commit comments