Skip to content

Commit dd780e0

Browse files
authored
Remove Python 3.9 and add 3.13
1 parent e473bbb commit dd780e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
make pack
4141
- name: Commit changed `get-platformio.py`
42-
if: matrix.os == 'macos-latest' && matrix.python-version == '"3.12"'
42+
if: matrix.os == 'macos-latest' && matrix.python-version == '"3.13"'
4343
uses: stefanzweifel/git-auto-commit-action@v5
4444
with:
4545
commit_message: "Github Action: Updated `get-platformio.py`"

0 commit comments

Comments
 (0)