Skip to content

Commit cf37b55

Browse files
andifeminrk
andauthored
Update .github/workflows/main.yml
Co-authored-by: Min RK <benjaminrk@gmail.com>
1 parent e071a0d commit cf37b55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ubuntu-latest, windows-latest, macos-latest]
41-
python-version: ["3.8", "3.12","3.13.0-rc.2"]
41+
python-version:
42+
- "3.8"
43+
- "3.12"
44+
- "3.13-dev"
4245
include:
4346
- os: windows-latest
4447
python-version: "3.11"

0 commit comments

Comments
 (0)