diff options
author | 2018-01-07 12:59:48 -0600 | |
---|---|---|
committer | 2018-01-07 12:59:48 -0600 | |
commit | b216a253129b41d7792417bcd7737b2ebdb26c9a (patch) | |
tree | 2a076025469de508d49d801c30f3abf909ee1b86 /.github | |
parent | bpo-31802: Fix importing native path module before importing os. (#4017) (diff) | |
download | cpython-b216a253129b41d7792417bcd7737b2ebdb26c9a.tar.gz cpython-b216a253129b41d7792417bcd7737b2ebdb26c9a.tar.bz2 cpython-b216a253129b41d7792417bcd7737b2ebdb26c9a.zip |
Fix version in AppVeyor config (GH-5124)
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index b7a01335d61..b7d40787318 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.7.0a0.{build} +version: 3.7build{build} clone_depth: 5 branches: only: |