Skip to content

Commit

Permalink
Extend CI test matrix to Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Mar 24, 2024
1 parent 6a500af commit 35645a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
Expand All @@ -35,7 +35,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.12"
- run: pip install -U pip poetry
- name: Publish package
if: startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit 35645a2

Please sign in to comment.