Skip to content

Commit 263ea96

Browse files
authored
Add python 3.9 in release CI (#830)
1 parent 95abaad commit 263ea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/gen_release_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
args = parser.parse_args()
2424

2525
CHANNELS = args.channels
26-
PYTHON_VERSIONS = ['3.6', '3.7', '3.8']
26+
PYTHON_VERSIONS = ['3.7', '3.8', '3.9']
2727
SYSTEMS = ['ubuntu-latest', 'macos-latest', 'windows-latest']
2828
ACTIVATE = {
2929
'ubuntu-latest': 'conda activate',

0 commit comments

Comments
 (0)