Skip to content

Commit 940e823

Browse files
committed
✅ extend Python testing range to Python 3.12
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 0321be7 commit 940e823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-python-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.8", "3.9", "3.10", "3.11"]
32+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3333
uses: ./.github/workflows/reusable-python-tests.yml
3434
with:
3535
runs-on: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python-version: ["3.8", "3.11"]
45+
python-version: ["3.8", "3.12"]
4646
uses: ./.github/workflows/reusable-python-tests.yml
4747
with:
4848
runs-on: macos-latest
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
python-version: ["3.8", "3.11"]
58+
python-version: ["3.8", "3.12"]
5959
uses: ./.github/workflows/reusable-python-tests.yml
6060
with:
6161
runs-on: windows-latest
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
python-version: ["3.8", "3.11"]
71+
python-version: ["3.8", "3.12"]
7272
uses: ./.github/workflows/reusable-python-coverage.yml
7373
with:
7474
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)