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 b35d763 commit a8d4336Copy full SHA for a8d4336
.github/workflows/ci.yml
@@ -31,11 +31,10 @@ jobs:
31
python-version: "3.9"
32
- os: macos-13
33
python-version: "3.10"
34
- # Just run macos tests on one Python version
35
- os: macos-14
36
37
38
- python-version: "3.11"
+ python-version: "3.10"
39
steps:
40
- uses: actions/checkout@v4
41
- name: Set up Python ${{ matrix.python-version }}
0 commit comments