We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f4941 commit 6551475Copy full SHA for 6551475
2 files changed
.github/workflows/main.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- CONDA_ENV: [py38, py39, py310]
+ CONDA_ENV: [py39, py310, py311, py312]
17
# env:
18
# STREAMZ_LAUNCH_KAFKA: true
19
@@ -45,7 +45,7 @@ jobs:
45
46
- name: coveralls
47
shell: bash -l {0}
48
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py38' }}
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py312' }}
49
run: coveralls
50
51
lint:
setup.py
@@ -17,7 +17,7 @@
license='BSD',
keywords='streams',
packages=packages + tests,
20
- python_requires='>=3.8',
+ python_requires='>=3.9',
21
long_description=(open('README.rst').read() if exists('README.rst')
22
else ''),
23
install_requires=list(open('requirements.txt').read().strip().split('\n')),
0 commit comments