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 04032aa commit a4fc77cCopy full SHA for a4fc77c
1 file changed
.github/workflows/test.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-12, macos-11]
21
- python: ['3.10']
+ os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-14, macos-13, macos-12]
+ python: ['3.12']
22
defaults:
23
run:
24
shell: bash -e {0}
0 commit comments