Skip to content

Commit 45ec851

Browse files
committed
Add files
1 parent 9f5c932 commit 45ec851

4 files changed

Lines changed: 61 additions & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
CONDA_ENV: [py310, py311, py312]
52+
CONDA_ENV: [py312, py313, py314]
5353
steps:
5454
- name: APT
5555
run: sudo apt-get install liblzo2-dev

ci/environment-py312-pandas3.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: test_env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.12
6+
- bson
7+
- lz4
8+
- lzo
9+
- pytest
10+
- pandas>=3.0
11+
- dask
12+
- pytest-cov
13+
- thrift
14+
- numpy
15+
- cramjam
16+
- packaging
17+
- orjson
18+
- ujson
19+
- python-rapidjson
20+
- pyarrow

ci/environment-py313-pandas3.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: test_env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.13
6+
- bson
7+
- lz4
8+
- lzo
9+
- pytest
10+
- pandas>=3.0
11+
- dask
12+
- pytest-cov
13+
- thrift
14+
- numpy
15+
- cramjam
16+
- packaging
17+
- orjson
18+
- ujson
19+
- python-rapidjson
20+
- pyarrow

ci/environment-py314-pandas3.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: test_env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.14
6+
- bson
7+
- lz4
8+
- lzo
9+
- pytest
10+
- pandas>=3.0
11+
- dask
12+
- pytest-cov
13+
- thrift
14+
- numpy
15+
- cramjam
16+
- packaging
17+
- orjson
18+
- ujson
19+
- python-rapidjson
20+
- pyarrow

0 commit comments

Comments
 (0)