We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4344ce9 commit 50ccbc6Copy full SHA for 50ccbc6
1 file changed
bindings/python/.evergreen/utils.sh
@@ -69,8 +69,8 @@ find_python3() {
69
is_python_39() {
70
if [ -z "$1" ]; then
71
return 1
72
- elif $1 -c "import sys; exit(sys.version_info[:2] < (3, 10))"; then
73
- # runs when sys.version_info[:2] >= (3, 10)
+ elif $1 -c "import sys; exit(sys.version_info[:2] < (3, 9))"; then
+ # runs when sys.version_info[:2] >= (3, 9)
74
return 0
75
else
76
0 commit comments