Skip to content

Commit

Permalink
Merge pull request multi-build#358 from radarhere/python39rc1
Browse files Browse the repository at this point in the history
Updated AppVeyor rc jobs to Python 3.9
  • Loading branch information
matthew-brett committed Sep 28, 2020
2 parents 646e50f + 738bc37 commit bc8e01e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Expand Up @@ -83,9 +83,9 @@ test_script:
- ps: .\install_python.ps1
- set PYTHON=C:\Python38-x64
- ps: .\install_python.ps1
- set PYTHON=C:\Python38rc1-x64
- ps: .\install_python.ps1
- set PYTHON=C:\Python38
- ps: .\install_python.ps1
- set PYTHON=C:\Python38rc1
- set PYTHON=C:\Python39rc1-x64
- ps: .\install_python.ps1
- set PYTHON=C:\Python39rc1
- ps: .\install_python.ps1

0 comments on commit bc8e01e

Please sign in to comment.