Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 2b553d9

Browse files
committed
update ci.yml
1 parent 5387e39 commit 2b553d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on: push
44

55
jobs:
66
build:
7-
runs-on: ${{ matrix.platform }}
7+
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
platform: [ubuntu-latest, macos-latest]
11-
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1211

1312
steps:
1413
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)