[Python-checkins] Fix version in AppVeyor (GH-5535)

Zachary Ware webhook-mailer at python.org
Sun Feb 4 15:09:32 EST 2018


https://github.com/python/cpython/commit/7de25b1124954eb333f63f0b3942eeef6f51acb7
commit: 7de25b1124954eb333f63f0b3942eeef6f51acb7
branch: master
author: Zachary Ware <zachary.ware at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-02-04T14:09:29-06:00
summary:

Fix version in AppVeyor (GH-5535)

files:
M .github/appveyor.yml

diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index b7d407873189..06247e1337d4 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:



More information about the Python-checkins mailing list