Skip to content

Commit

Permalink
test: remove Python 3.7, add Python 3.11 and Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenSorriaux committed Jan 23, 2024
1 parent a440c91 commit 1a16e26
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Handle pip cache
uses: actions/cache@v4
Expand Down Expand Up @@ -52,17 +52,19 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12" "pypy-3.7"]
zk-version: ["3.4.14", "3.5.10", "3.6.3", "3.7.1"]
include:
- python-version: "3.7"
tox-env: py37
- python-version: "3.8"
tox-env: py38
- python-version: "3.9"
tox-env: py39
- python-version: "3.10"
tox-env: py310
- python-version: "3.11"
tox-env: py311
- python-version: "3.12"
tox-env: py312
- python-version: "pypy-3.7"
tox-env: pypy3
steps:
Expand Down Expand Up @@ -118,7 +120,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Handle pip cache
uses: actions/cache@v4
Expand Down

0 comments on commit 1a16e26

Please sign in to comment.