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 fb08b50 commit 8714311Copy full SHA for 8714311
bin/ensure-venv
@@ -4,10 +4,9 @@
4
5
6
# Check python version
7
-# NOTE: Python 3.8 or newer is required for ansible 2.12
8
-# which is in turn required for the 'undef' ansible keyword
+# NOTE: Python 3.9 or newer is required to use str.removeprefix()
9
PY_MAJOR=3
10
-PY_MINOR=8
+PY_MINOR=9
11
version_check() {
12
cat << EOF | python3
13
import sys
0 commit comments