We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a680e commit da6404bCopy full SHA for da6404b
.github/workflows/ci.yml
@@ -79,8 +79,8 @@ jobs:
79
- {python: '3.13', os: windows-latest, session: tests}
80
- {python: '3.12', os: windows-latest, session: tests}
81
- {python: '3.11', os: windows-latest, session: tests}
82
- - {python: '3.14', os: windows-latest, session: tests}
83
- - {python: '3.13', os: windows-latest, session: tests}
+ - {python: '3.14', os: macos-latest, session: tests}
+ - {python: '3.13', os: macos-latest, session: tests}
84
- {python: '3.12', os: macos-latest, session: tests}
85
- {python: '3.11', os: macos-latest, session: tests}
86
- {python: '3.14', os: macos-13, session: tests}
0 commit comments