@@ -26,19 +26,19 @@ jobs:
26
26
timeout-minutes : 180
27
27
strategy :
28
28
matrix :
29
- env_file : [actions-38.yaml, actions- 39.yaml, actions-310.yaml, actions-311.yaml]
29
+ env_file : [actions-39.yaml, actions-310.yaml, actions-311.yaml]
30
30
# Prevent the include jobs from overriding other jobs
31
31
pattern : [""]
32
32
include :
33
33
- name : " Downstream Compat"
34
- env_file : actions-38 -downstream_compat.yaml
34
+ env_file : actions-39 -downstream_compat.yaml
35
35
pattern : " not slow and not network and not single_cpu"
36
36
pytest_target : " pandas/tests/test_downstream.py"
37
37
- name : " Minimum Versions"
38
- env_file : actions-38 -minimum_versions.yaml
38
+ env_file : actions-39 -minimum_versions.yaml
39
39
pattern : " not slow and not network and not single_cpu"
40
40
- name : " Locale: it_IT"
41
- env_file : actions-38 .yaml
41
+ env_file : actions-310 .yaml
42
42
pattern : " not slow and not network and not single_cpu"
43
43
extra_apt : " language-pack-it"
44
44
# Use the utf8 version as the default, it has no bad side-effect.
48
48
# It will be temporarily activated during tests with locale.setlocale
49
49
extra_loc : " it_IT"
50
50
- name : " Locale: zh_CN"
51
- env_file : actions-38 .yaml
51
+ env_file : actions-310 .yaml
52
52
pattern : " not slow and not network and not single_cpu"
53
53
extra_apt : " language-pack-zh-hans"
54
54
# Use the utf8 version as the default, it has no bad side-effect.
62
62
pattern : " not slow and not network and not single_cpu"
63
63
pandas_copy_on_write : " 1"
64
64
- name : " Pypy"
65
- env_file : actions-pypy-38 .yaml
65
+ env_file : actions-pypy-39 .yaml
66
66
pattern : " not slow and not network and not single_cpu"
67
67
test_args : " --max-worker-restart 0"
68
68
- name : " Numpy Dev"
@@ -173,7 +173,7 @@ jobs:
173
173
strategy :
174
174
matrix :
175
175
os : [macos-latest, windows-latest]
176
- env_file : [actions-38.yaml, actions- 39.yaml, actions-310.yaml, actions-311.yaml]
176
+ env_file : [actions-39.yaml, actions-310.yaml, actions-311.yaml]
177
177
fail-fast : false
178
178
runs-on : ${{ matrix.os }}
179
179
name : ${{ format('{0} {1}', matrix.os, matrix.env_file) }}
@@ -227,7 +227,7 @@ jobs:
227
227
fi
228
228
- name : Build environment and Run Tests
229
229
run : |
230
- /opt/python/cp38-cp38 /bin/python -m venv ~/virtualenvs/pandas-dev
230
+ /opt/python/cp39-cp39 /bin/python -m venv ~/virtualenvs/pandas-dev
231
231
. ~/virtualenvs/pandas-dev/bin/activate
232
232
python -m pip install --no-cache-dir --no-deps -U pip wheel setuptools
233
233
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
0 commit comments