/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to appveyor.yml

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-05-06 19:47:35 UTC
  • mfrom: (7490.7.22 travis-3.5-pre)
  • Revision ID: breezy.the.bot@gmail.com-20200506194735-90us1x9pquu6lis4
Drop support for python 3.4 in appveyor.

Merged from https://code.launchpad.net/~jelmer/brz/travis-3.5-pre/+merge/383536

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      PYTHON_VERSION: "2.7.x"
11
11
      PYTHON_ARCH: "64"
12
12
 
13
 
    - PYTHON: "C:\\Python34"
14
 
      PYTHON_VERSION: "3.4.x"
15
 
      PYTHON_ARCH: "32"
16
 
 
17
 
    - PYTHON: "C:\\Python34-x64"
18
 
      PYTHON_VERSION: "3.4.x"
19
 
      PYTHON_ARCH: "64"
20
 
      DISTUTILS_USE_SDK: "1"
21
 
 
22
13
    - PYTHON: "C:\\Python35"
23
14
      PYTHON_VERSION: "3.5.x"
24
15
      PYTHON_ARCH: "32"
35
26
      PYTHON_VERSION: "3.6.x"
36
27
      PYTHON_ARCH: "64"
37
28
 
 
29
    - PYTHON: "C:\\Python37"
 
30
      PYTHON_VERSION: "3.7.x"
 
31
      PYTHON_ARCH: "32"
 
32
 
 
33
    - PYTHON: "C:\\Python37-x64"
 
34
      PYTHON_VERSION: "3.7.x"
 
35
      PYTHON_ARCH: "64"
 
36
 
 
37
    - PYTHON: "C:\\Python38"
 
38
      PYTHON_VERSION: "3.8.x"
 
39
      PYTHON_ARCH: "32"
 
40
 
 
41
    - PYTHON: "C:\\Python38-x64"
 
42
      PYTHON_VERSION: "3.8.x"
 
43
      PYTHON_ARCH: "64"
 
44
 
38
45
install:
39
46
  # If there is a newer build queued for the same PR, cancel this one.
40
47
  # The AppVeyor 'rollout builds' option is supposed to serve the same