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 e1cad26 commit 8ffa8a4Copy full SHA for 8ffa8a4
.github/workflows/main.yml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
fetch-depth: 1
20
submodules: true
21
- - name: Set up Python 3.9
22
- uses: actions/setup-python@v5
+ - name: Set up Python 3.11
+ uses: actions/setup-python@v4
23
24
- python-version: 3.9
+ python-version: 3.11
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
@@ -46,8 +46,8 @@ jobs:
46
needs: package
47
strategy:
48
matrix:
49
- os: [ubuntu-latest, macos-13]
50
- python-version: ['3.8', '3.11']
+ os: [ubuntu-latest, macos-latest]
+ python-version: ['3.9', '3.13']
51
runs-on: ${{ matrix.os }}
52
steps:
53
- uses: actions/[email protected]
0 commit comments