Skip to content

Commit adf7b67

Browse files
authored
Test Py3.13 on macOS, Ubuntu, and Windows
1 parent 815214a commit adf7b67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
matrix:
2222
os: [ ubuntu-latest ]
2323
python-version: ["3.12", "3.13"]
24+
include:
25+
- os: macos-latest
26+
python-version: '3.13'
27+
- os: windows-latest
28+
python-version: '3.13'
2429

2530
steps:
2631

0 commit comments

Comments
 (0)