You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A list of CPython interpreter versions. Typically, the *last version* listed will be the default Python interpreter when 'python' is invoked, and will be the version used when installing and executing tox.",
131
+
"description": "A list of CPython interpreter versions. The *last version* listed will be the default Python interpreter when 'python' is invoked, and will be the version used when installing and executing tox.",
123
132
"type": "array",
124
133
"minItems": 1,
125
134
"items": {
@@ -128,12 +137,12 @@ jobs:
128
137
}
129
138
},
130
139
"cpython-beta": {
131
-
"description": "A CPython version to install as a beta. Unless the 'cpythons' list is empty, this version will never be the default Python interpreter.",
140
+
"description": "A CPython version to install as a beta. A beta CPython interpreter will never be the default Python interpreter.",
132
141
"type": "string",
133
142
"minLength": 3
134
143
},
135
144
"pypys": {
136
-
"description": "A list of PyPy interpreter versions.",
145
+
"description": "A list of PyPy interpreter versions. PyPy interpreters will never be the default Python interpreter.",
0 commit comments