Skip to content

Commit 665e176

Browse files
Trigger CI test
1 parent 2e51700 commit 665e176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version:
17-
- '3.9.x'
17+
# - '3.9.x'
1818
# - '3.10.x'
1919
# - '3.11.x'
2020
# - '3.12.x'
2121
- '3.13.x'
2222
os:
2323
# - ubuntu-latest
24-
# - macos-latest
24+
- macos-latest
2525
- windows-latest
2626

2727
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)