Skip to content

Commit 84e408e

Browse files
authored
Merge pull request #486 from dwskoog/add_py13_to_test_matrix
Add Python 3.13 to CI
2 parents b198bd5 + 8a7d42c commit 84e408e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
CONDA_ENV: [py39, py310, py311, py312]
16+
CONDA_ENV: [py39, py310, py311, py312, py313]
1717
# env:
1818
# STREAMZ_LAUNCH_KAFKA: true
1919

ci/environment-py313.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.13
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)