Skip to content

Commit 620eed3

Browse files
committed
Reduce windows builds
1 parent d9edb88 commit 620eed3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
platform:
1919
- ubuntu-24.04
20-
- windows-2025
2120
python-version: ['3.8', '3.9', '3.10', '3.12']
2221
include:
2322
- platform: ubuntu-24.04
@@ -28,6 +27,8 @@ jobs:
2827
container: python:3.7-slim
2928
- platform: macos-15
3029
python-version: '3.12'
30+
- platform: windows-2025
31+
python-version: '3.12'
3132

3233
steps:
3334
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)