Skip to content

Commit a85e2fa

Browse files
committed
add a new compatible python version
1 parent 4738b7e commit a85e2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
python-version:
29-
- 3.8
3029
- 3.9
3130
# YAML, yay https://github.com/actions/runner/issues/1989
3231
- '3.10'
3332
- 3.11
33+
- 3.12
3434

3535
steps:
3636
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)