mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
ci: Update Windows build from Python 2.7 to 3.8
Python 2 is officially end-of-life. We can use Python 3 now.
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '2.7'
|
||||
versionSpec: '3.8'
|
||||
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user