diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2018-02-04 20:09:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-04 20:09:29 (GMT) |
commit | 7de25b1124954eb333f63f0b3942eeef6f51acb7 (patch) | |
tree | 86e159c45e1315f48bd155ab9d09c72259b01b47 /.github | |
parent | ca6c125f10a39ef59d6949cc793a6eeb7d02d1f6 (diff) | |
download | cpython-7de25b1124954eb333f63f0b3942eeef6f51acb7.zip cpython-7de25b1124954eb333f63f0b3942eeef6f51acb7.tar.gz cpython-7de25b1124954eb333f63f0b3942eeef6f51acb7.tar.bz2 |
Fix version in AppVeyor (GH-5535)
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 b7d4078..06247e1 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.7build{build} +version: 3.8build{build} clone_depth: 5 branches: only: |