Skip to content

Commit 5d8e8b5

Browse files
committed
ci: limit supported python versions
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent e4c7cea commit 5d8e8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu-latest, windows-latest, macos-latest ]
23-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
23+
python-version: [ "3.10", "3.11", "3.12.0-alpha.4" ]
2424

2525
uses: darbiadev/.github/.github/workflows/python-test.yaml@0c105e4ec7fd13ac581ccd1ea3fe5f25091ddc14
2626
with:

0 commit comments

Comments
 (0)