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 95abaad commit 263ea96Copy full SHA for 263ea96
.ci/scripts/gen_release_jobs.py
@@ -23,7 +23,7 @@
23
args = parser.parse_args()
24
25
CHANNELS = args.channels
26
-PYTHON_VERSIONS = ['3.6', '3.7', '3.8']
+PYTHON_VERSIONS = ['3.7', '3.8', '3.9']
27
SYSTEMS = ['ubuntu-latest', 'macos-latest', 'windows-latest']
28
ACTIVATE = {
29
'ubuntu-latest': 'conda activate',
0 commit comments