We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9edb88 commit 620eed3Copy full SHA for 620eed3
1 file changed
.github/workflows/tox.yml
@@ -17,7 +17,6 @@ jobs:
17
matrix:
18
platform:
19
- ubuntu-24.04
20
- - windows-2025
21
python-version: ['3.8', '3.9', '3.10', '3.12']
22
include:
23
- platform: ubuntu-24.04
@@ -28,6 +27,8 @@ jobs:
28
27
container: python:3.7-slim
29
- platform: macos-15
30
python-version: '3.12'
+ - platform: windows-2025
31
+ python-version: '3.12'
32
33
steps:
34
- uses: actions/checkout@v6
0 commit comments