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 c522996 commit 31ec08dCopy full SHA for 31ec08d
.github/workflows/tests.yml
@@ -12,14 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.7", "3.8", "3.9", "3.10"]
16
- os: [ubuntu-latest, macOS-latest]
17
- exclude: # Python 3.7 is not supported on Apple ARM64
18
- - python-version: "3.7"
19
- os: macos-latest
20
- include: # Python 3.7 is tested with a x86 macOS version
21
22
- os: macos-13
+ python-version: ["3.8", "3.9", "3.10"]
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments