We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ea250 commit 5f2e18dCopy full SHA for 5f2e18d
1 file changed
.github/workflows/test_and_coverage.yml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [macos-latest, ubuntu-latest, windows-latest]
16
- python-version: ['3.8', '3.9', '3.10']
+ os: [ubuntu-latest, macOS-latest] # windows-latest: does not work because antspyx is not available for windows
+ python-version: ["3.8", "3.9", "3.10"] # '3.11' : some dependencies are not yet available for python 3.11
17
18
steps:
19
0 commit comments