File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227
227
fi
228
228
- name : Build environment and Run Tests
229
229
run : |
230
- /opt/python/cp39-cp39 /bin/python -m venv ~/virtualenvs/pandas-dev
230
+ /opt/python/cp311-cp311 /bin/python -m venv ~/virtualenvs/pandas-dev
231
231
. ~/virtualenvs/pandas-dev/bin/activate
232
232
python -m pip install -U pip wheel setuptools meson[ninja]==1.0.1 meson-python==0.13.1
233
233
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
@@ -265,7 +265,7 @@ jobs:
265
265
apk add musl-locales
266
266
- name : Build environment
267
267
run : |
268
- /opt/python/cp39-cp39 /bin/python -m venv ~/virtualenvs/pandas-dev
268
+ /opt/python/cp311-cp311 /bin/python -m venv ~/virtualenvs/pandas-dev
269
269
. ~/virtualenvs/pandas-dev/bin/activate
270
270
python -m pip install -U pip wheel setuptools meson-python==0.13.1 meson[ninja]==1.0.1
271
271
python -m pip install --no-cache-dir versioneer[toml] cython numpy python-dateutil pytz pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1
You can’t perform that action at this time.
0 commit comments