Skip to content

Commit 47d08a7

Browse files
committed
Later pythons
1 parent 0e0c225 commit 47d08a7

4 files changed

Lines changed: 4 additions & 45 deletions

File tree

.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: [py37, py38, py39, py310]
16+
CONDA_ENV: [py38, py39, py310]
1717
env:
1818
STREAMZ_LAUNCH_KAFKA: true
1919

ci/environment-py310.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,18 @@ dependencies:
1010
- isort
1111
- tornado
1212
- toolz
13-
- zict
14-
- six
15-
- librdkafka=1.5.3
13+
- librdkafka
1614
- dask
1715
- distributed
1816
- pandas
19-
- python-confluent-kafka=1.5.0
20-
- numpydoc
21-
- sphinx
22-
- sphinx_rtd_theme
17+
- python-confluent-kafka
2318
- codecov
2419
- coverage
2520
- networkx
2621
- graphviz
2722
- pytest-asyncio
2823
- python-graphviz
2924
- bokeh
30-
- ipython
31-
- ipykernel
3225
- ipywidgets
3326
- flaky
3427
- pytest-cov

ci/environment-py37.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
license='BSD',
1818
keywords='streams',
1919
packages=packages + tests,
20-
python_requires='>=3.7',
20+
python_requires='>=3.8',
2121
long_description=(open('README.rst').read() if exists('README.rst')
2222
else ''),
2323
install_requires=list(open('requirements.txt').read().strip().split('\n')),

0 commit comments

Comments
 (0)