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 0d29d85 commit 2f8fbaeCopy full SHA for 2f8fbae
.github/workflows/ci.yml
@@ -265,7 +265,6 @@ jobs:
265
fail-fast: false
266
matrix:
267
runner:
268
- - macos-13
269
- macos-latest
270
permissions:
271
id-token: write # This is required for requesting the JWT
.github/workflows/license-check.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
11
- python-version: [3.9]
+ python-version: [3.13]
12
13
steps:
14
- name: Checkout main
0 commit comments