There was an error while loading. Please reload this page.
1 parent 5cd1975 commit 8d417a5Copy full SHA for 8d417a5
2 files changed
.github/workflows/main.yml
@@ -9,11 +9,8 @@ jobs:
9
runs-on: ${{ matrix.runs-on }}
10
strategy:
11
matrix:
12
- include:
13
- - {runs-on: ubuntu-24.04, python-version: "3.12"}
14
- - {runs-on: ubuntu-24.04, python-version: "3.13"}
15
- - {runs-on: ubuntu-24.04, python-version: "3.14"}
16
- - {runs-on: macos-15-intel, python-version: "3.12"}
+ os: [ubuntu-24.04, macos-14]
+ python-version: ["3.12", "3.13", "3.14"]
17
steps:
18
- name: Check out repository
19
uses: actions/checkout@v4
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
- python-version: "3.11"
+ python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
0 commit comments