Skip to content

Commit

Permalink
test: update tested ZK versions
Browse files Browse the repository at this point in the history
Latest EOL is 3.6, and 3.9 is here now
  • Loading branch information
StephenSorriaux committed Jan 24, 2024
1 parent e33a6e1 commit 1a23100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10-v7.3.15"]
zk-version: ["3.4.14", "3.5.10", "3.6.3", "3.7.1"]
zk-version: ["3.6.4", "3.7.2", "3.8.3", "3.9.1"]
include:
- python-version: "3.8"
tox-env: py38
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Test with tox
run: tox -e py310
env:
ZOOKEEPER_VERSION: 3.7.1
ZOOKEEPER_VERSION: 3.9.1
ZOOKEEPER_PREFIX: "apache-"
ZOOKEEPER_SUFFIX: "-bin"
ZOOKEEPER_LIB: "lib"
Expand Down

0 comments on commit 1a23100

Please sign in to comment.