Skip to content

Commit 2786e08

Browse files
committed
add CI environment for Py 3.11 & 3.12
1 parent bd4dab1 commit 2786e08

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

ci/environment-py311.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: test_env
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.11
7+
- pytest
8+
- flake8
9+
- black
10+
- isort
11+
- tornado
12+
- toolz
13+
- librdkafka
14+
- dask
15+
- distributed
16+
- pandas
17+
- python-confluent-kafka
18+
- codecov
19+
- coverage
20+
- networkx
21+
- graphviz
22+
- pytest-asyncio
23+
- python-graphviz
24+
- bokeh
25+
- ipywidgets
26+
- flaky
27+
- pytest-cov

ci/environment-py312.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: test_env
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.12
7+
- pytest
8+
- flake8
9+
- black
10+
- isort
11+
- tornado
12+
- toolz
13+
- librdkafka
14+
- dask
15+
- distributed
16+
- pandas
17+
- python-confluent-kafka
18+
- codecov
19+
- coverage
20+
- networkx
21+
- graphviz
22+
- pytest-asyncio
23+
- python-graphviz
24+
- bokeh
25+
- ipywidgets
26+
- flaky
27+
- pytest-cov

0 commit comments

Comments
 (0)