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 e023172 commit 6e45e3aCopy full SHA for 6e45e3a
.github/workflows/tests-dev.yml
@@ -10,7 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python-version: ["3.10", "3.13"]
+ python-version:
14
+ - "3.10"
15
+ - "3.13"
16
17
steps:
18
- uses: actions/checkout@v5
.github/workflows/tests.yml
@@ -11,8 +11,13 @@ jobs:
runs-on: ${{ matrix.os }}
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os:
+ - ubuntu-latest
+ #- macos-latest # see issue #271
+ - windows-latest
19
20
21
22
23
0 commit comments