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 e473bbb commit dd780e0Copy full SHA for dd780e0
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
make pack
41
- name: Commit changed `get-platformio.py`
42
- if: matrix.os == 'macos-latest' && matrix.python-version == '"3.12"'
+ if: matrix.os == 'macos-latest' && matrix.python-version == '"3.13"'
43
uses: stefanzweifel/git-auto-commit-action@v5
44
with:
45
commit_message: "Github Action: Updated `get-platformio.py`"
0 commit comments