File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- CONDA_ENV : [py38, py39, py310]
16
+ CONDA_ENV : [py39, py310, py311, py312 ]
17
17
# env:
18
18
# STREAMZ_LAUNCH_KAFKA: true
19
19
45
45
46
46
- name : coveralls
47
47
shell : bash -l {0}
48
- if : ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py38 ' }}
48
+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.CONDA_ENV == 'py312 ' }}
49
49
run : coveralls
50
50
51
51
lint :
Original file line number Diff line number Diff line change 17
17
license = 'BSD' ,
18
18
keywords = 'streams' ,
19
19
packages = packages + tests ,
20
- python_requires = '>=3.8 ' ,
20
+ python_requires = '>=3.9 ' ,
21
21
long_description = (open ('README.rst' ).read () if exists ('README.rst' )
22
22
else '' ),
23
23
install_requires = list (open ('requirements.txt' ).read ().strip ().split ('\n ' )),
You can’t perform that action at this time.
0 commit comments