Skip to content

Commit 1bffdbb

Browse files
committed
Extend CI test matrix to Python 3.11 and 3.12
1 parent c4f7133 commit 1bffdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
max-parallel: 4
1111
matrix:
12-
python-version: ["3.8", "3.9", "3.10"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v1
@@ -35,7 +35,7 @@ jobs:
3535
if: startsWith(github.event.ref, 'refs/tags')
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: "3.10"
38+
python-version: "3.12"
3939
- run: pip install -U pip poetry
4040
- name: Publish package
4141
if: startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)