Skip to content

Commit 18eabc0

Browse files
committed
[FLINK-38289] Remove python 3.8 testing as support was dropped in Flink 2.1
Signed-off-by: Thomas Cooper <[email protected]>
1 parent cdcfca2 commit 18eabc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# in multiple virtualenvs. This configuration file will run the
2222
# test suite on all supported python versions.
2323
# new environments will be excluded by default unless explicitly added to envlist.
24-
envlist = {py38, py39, py310}-cython
24+
envlist = {py39, py310, py311}-cython
2525

2626
[testenv]
2727
whitelist_externals = /bin/bash

0 commit comments

Comments
 (0)