Skip to content

Commit fc42fda

Browse files
committed
add python 3.12 tests
1 parent f86e0fb commit fc42fda

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@ jobs:
181181
- test_core:
182182
py: "311"
183183

184+
python_312_core:
185+
docker:
186+
- image: cimg/python:3.12-browsers
187+
steps:
188+
- test_core:
189+
py: "312"
190+
184191
# Optional
185192

186193
python_38_optional:
@@ -211,6 +218,13 @@ jobs:
211218
- test_optional:
212219
py: "311"
213220

221+
python_312_optional:
222+
docker:
223+
- image: cimg/python:3.12-browsers
224+
steps:
225+
- test_optional:
226+
py: "312"
227+
214228
# Pandas
215229

216230
python_39_pandas_2_optional:
@@ -575,10 +589,12 @@ workflows:
575589
- python_39_core
576590
- python_310_core
577591
- python_311_core
592+
- python_312_core
578593
- python_38_optional
579594
- python_39_optional
580595
- python_310_optional
581596
- python_311_optional
597+
- python_312_optional
582598
- python_39_pandas_2_optional
583599
- python_38_orca
584600
- python_39_percy
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.31.0
2+
tenacity==8.2.3
3+
pandas
4+
numpy
5+
xarray==2023.12.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
12+
ipykernel==5.5.3
13+
jupyter==1.0.0
14+
scipy==1.11.4
15+
Shapely==2.0.2
16+
geopandas==0.14.2
17+
pyshp==2.3.1
18+
matplotlib==3.8.2
19+
scikit-image==0.22.0
20+
psutil==5.9.7
21+
kaleido
22+
orjson==3.9.10

0 commit comments

Comments
 (0)