Skip to content

Commit 2a386c0

Browse files
authored
Merge pull request #10 from adafruit/use_py312
Use py312
2 parents b73b055 + ca284a0 commit 2a386c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
awk -F '\/' '{ print tolower($2) }' |
1919
tr '_' '-'
2020
)" >> $GITHUB_OUTPUT
21-
- name: Set up Python 3.11
21+
- name: Set up Python 3.12
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: "3.11"
24+
python-version: "3.12"
2525
- name: Versions
2626
run: |
2727
python3 --version

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
awk -F '\/' '{ print tolower($2) }' |
2222
tr '_' '-'
2323
)" >> $GITHUB_OUTPUT
24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.12
2525
uses: actions/setup-python@v4
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.12"
2828
- name: Versions
2929
run: |
3030
python3 --version

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v0.12.1
11+
rev: v3.0.1
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)