Skip to content

Commit a8d4336

Browse files
Switch to 3.11
1 parent b35d763 commit a8d4336

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ jobs:
3131
python-version: "3.9"
3232
- os: macos-13
3333
python-version: "3.10"
34-
# Just run macos tests on one Python version
3534
- os: macos-14
3635
python-version: "3.9"
3736
- os: macos-14
38-
python-version: "3.11"
37+
python-version: "3.10"
3938
steps:
4039
- uses: actions/checkout@v4
4140
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)