Skip to content

Commit 72c02a0

Browse files
committed
limit version
1 parent 50b1c1f commit 72c02a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python-version: ["3.8", "3.13"]
22+
# os: [ubuntu-latest, macos-latest, windows-latest]
23+
os: [ubuntu-latest]
24+
python-version: ["3.8"]
2425

2526
steps:
2627
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)