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 ef92917 commit ffa20a1Copy full SHA for ffa20a1
dev/conda/conda-install.sh
@@ -111,7 +111,8 @@ if [[ $CONDA_PLATFORM == "osx-arm64" ]] {
111
3.9*) PIN_PV="==3.9.7" ;;
112
3.10*) ;& # Fall-through
113
3.11*) ;& # Fall-through
114
- 3.12*) PIN_PV="==$PV" ;;
+ 3.12*) ;& # Fall-through
115
+ 3.13*) PIN_PV="==$PV" ;;
116
*) print "conda-install.sh: unsupported Python version: '$PV'"
117
exit 1 ;;
118
}
0 commit comments