Skip to content

Commit 1a23100

Browse files
test: update tested ZK versions
Latest EOL is 3.6, and 3.9 is here now
1 parent e33a6e1 commit 1a23100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10-v7.3.15"]
56-
zk-version: ["3.4.14", "3.5.10", "3.6.3", "3.7.1"]
56+
zk-version: ["3.6.4", "3.7.2", "3.8.3", "3.9.1"]
5757
include:
5858
- python-version: "3.8"
5959
tox-env: py38
@@ -153,7 +153,7 @@ jobs:
153153
- name: Test with tox
154154
run: tox -e py310
155155
env:
156-
ZOOKEEPER_VERSION: 3.7.1
156+
ZOOKEEPER_VERSION: 3.9.1
157157
ZOOKEEPER_PREFIX: "apache-"
158158
ZOOKEEPER_SUFFIX: "-bin"
159159
ZOOKEEPER_LIB: "lib"

0 commit comments

Comments
 (0)