Skip to content

Commit b40f5e4

Browse files
committed
add py311 tests
1 parent 6391f3f commit b40f5e4

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,13 @@ jobs:
174174
- test_core:
175175
py: "310"
176176

177+
python_311_core:
178+
docker:
179+
- image: cimg/python:3.11-browsers
180+
steps:
181+
- test_core:
182+
py: "311"
183+
177184
# Optional
178185

179186
python_38_optional:
@@ -197,6 +204,13 @@ jobs:
197204
- test_optional:
198205
py: "310"
199206

207+
python_311_optional:
208+
docker:
209+
- image: cimg/python:3.11-browsers
210+
steps:
211+
- test_optional:
212+
py: "311"
213+
200214
# Pandas
201215

202216
python_39_pandas_2_optional:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
requests==2.25.1
2+
tenacity==6.2.0
3+
pytest==7.4.4
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
requests==2.25.1
2+
tenacity==6.2.0
3+
pandas==1.5.3
4+
numpy==1.23.2
5+
xarray==0.17.0
6+
statsmodels
7+
Pillow==10.2.0
8+
pytest==7.4.4
9+
pytz==2023.3.post1
10+
ipython[all]==7.22.0
11+
ipywidgets==8.0.2
12+
ipykernel==5.5.3
13+
jupyter==1.0.0
14+
scipy==1.11.4
15+
Shapely==1.8.5
16+
geopandas==0.9.0
17+
pyshp==2.1.3
18+
matplotlib==3.8.0
19+
scikit-image==0.22.0
20+
psutil==5.7.0
21+
kaleido
22+
orjson==3.8.12

0 commit comments

Comments
 (0)