Skip to content

Commit c9343c4

Browse files
try only 3.11
1 parent 7e3591c commit c9343c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.11"]
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)