File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,14 +122,12 @@ jobs:
122122 coveralls --service=github
123123
124124 build-and-test-mac-gui :
125- # macos-13 is the latest runner (as of time of writing) that does not cause a
126- # _tkinter import error during the build.
127- runs-on : macos-13
125+ runs-on : macos-15
128126 env :
129127 # We need the official Python, because the GA ones only support newer macOS versions
130128 # The deployment target is picked up by the Python build tools automatically
131- PYTHON_VERSION : 3.12.4
132- MACOSX_DEPLOYMENT_TARGET : 10.13
129+ PYTHON_VERSION : 3.13.9
130+ MACOSX_DEPLOYMENT_TARGET : 10.15
133131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
134132 steps :
135133 - uses : actions/checkout@v4
@@ -147,7 +145,7 @@ jobs:
147145 run : |
148146 source env/bin/activate
149147 python -m pip install --upgrade pip
150- python -m pip install -r requirements/requirements-3.12 -macOS.txt
148+ python -m pip install -r requirements/requirements-3.13 -macOS.txt
151149 python -m pip install -e .
152150 - name : Build
153151 run : |
You can’t perform that action at this time.
0 commit comments