|
9 | 9 | strategy: |
10 | 10 | matrix: |
11 | 11 | ${{ if eq(parameters.name, 'macOS') }}: |
12 | | - py36_macos: |
13 | | - ENV_FILE: ci/deps/azure-macos-36.yaml |
14 | | - CONDA_PY: "36" |
| 12 | + py37_macos: |
| 13 | + ENV_FILE: ci/deps/azure-macos-37.yaml |
| 14 | + CONDA_PY: "37" |
15 | 15 | PATTERN: "not slow and not network" |
16 | 16 |
|
17 | 17 | ${{ if eq(parameters.name, 'Linux') }}: |
18 | | - py36_minimum_versions: |
19 | | - ENV_FILE: ci/deps/azure-36-minimum_versions.yaml |
20 | | - CONDA_PY: "36" |
| 18 | + py37_minimum_versions: |
| 19 | + ENV_FILE: ci/deps/azure-37-minimum_versions.yaml |
| 20 | + CONDA_PY: "37" |
21 | 21 | PATTERN: "not slow and not network and not clipboard" |
22 | 22 |
|
23 | | - py36_locale_slow_old_np: |
24 | | - ENV_FILE: ci/deps/azure-36-locale_slow.yaml |
25 | | - CONDA_PY: "36" |
| 23 | + py37_locale_slow: |
| 24 | + ENV_FILE: ci/deps/azure-37-locale_slow.yaml |
| 25 | + CONDA_PY: "37" |
26 | 26 | PATTERN: "slow" |
27 | 27 | # pandas does not use the language (zh_CN), but should support different encodings (utf8) |
28 | 28 | # we should test with encodings different than utf8, but doesn't seem like Ubuntu supports any |
29 | 29 | LANG: "zh_CN.utf8" |
30 | 30 | LC_ALL: "zh_CN.utf8" |
31 | 31 | EXTRA_APT: "language-pack-zh-hans" |
32 | 32 |
|
33 | | - py36_slow: |
34 | | - ENV_FILE: ci/deps/azure-36-slow.yaml |
35 | | - CONDA_PY: "36" |
| 33 | + py37_slow: |
| 34 | + ENV_FILE: ci/deps/azure-37-slow.yaml |
| 35 | + CONDA_PY: "37" |
36 | 36 | PATTERN: "slow" |
37 | 37 |
|
38 | | - py36_locale: |
39 | | - ENV_FILE: ci/deps/azure-36-locale.yaml |
40 | | - CONDA_PY: "36" |
| 38 | + py37_locale: |
| 39 | + ENV_FILE: ci/deps/azure-37-locale.yaml |
| 40 | + CONDA_PY: "37" |
41 | 41 | PATTERN: "not slow and not network" |
42 | 42 | LANG: "it_IT.utf8" |
43 | 43 | LC_ALL: "it_IT.utf8" |
44 | 44 | EXTRA_APT: "language-pack-it xsel" |
45 | 45 |
|
46 | | - #py36_32bit: |
47 | | - # ENV_FILE: ci/deps/azure-36-32bit.yaml |
48 | | - # CONDA_PY: "36" |
49 | | - # PATTERN: "not slow and not network and not clipboard" |
50 | | - # BITS32: "yes" |
| 46 | +# py37_32bit: |
| 47 | +# ENV_FILE: ci/deps/azure-37-32bit.yaml |
| 48 | +# CONDA_PY: "37" |
| 49 | +# PATTERN: "not slow and not network and not clipboard" |
| 50 | +# BITS32: "yes" |
51 | 51 |
|
52 | | - py37_locale: |
53 | | - ENV_FILE: ci/deps/azure-37-locale.yaml |
54 | | - CONDA_PY: "37" |
| 52 | + py38_locale: |
| 53 | + ENV_FILE: ci/deps/azure-38-locale.yaml |
| 54 | + CONDA_PY: "38" |
55 | 55 | PATTERN: "not slow and not network" |
56 | 56 | LANG: "zh_CN.utf8" |
57 | 57 | LC_ALL: "zh_CN.utf8" |
58 | 58 | EXTRA_APT: "language-pack-zh-hans xsel" |
59 | 59 |
|
60 | | - py37_np_dev: |
61 | | - ENV_FILE: ci/deps/azure-37-numpydev.yaml |
62 | | - CONDA_PY: "37" |
| 60 | + py38_np_dev: |
| 61 | + ENV_FILE: ci/deps/azure-38-numpydev.yaml |
| 62 | + CONDA_PY: "38" |
63 | 63 | PATTERN: "not slow and not network" |
64 | 64 | TEST_ARGS: "-W error" |
65 | 65 | PANDAS_TESTING_MODE: "deprecate" |
|
0 commit comments