Skip to content

Commit 6551475

Browse files
committed
support py3.9 -> 3.12, refresh CI
1 parent 33f4941 commit 6551475

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

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

@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: coveralls
4747
shell: bash -l {0}
48-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py38' }}
48+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py312' }}
4949
run: coveralls
5050

5151
lint:

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.8',
20+
python_requires='>=3.9',
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)