Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump GH actions python version #160

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
platformio==6.1.3
platformio==6.1.16
2 changes: 1 addition & 1 deletion skarsta/configs/ptester.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[env:ptester]
board = nanoatmega328
build_flags = ${common.build_flags}
src_filter = +<ptester.cpp>
build_src_filter = +<ptester.cpp>
4 changes: 2 additions & 2 deletions skarsta/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ build_flags =
platform = atmelavr
board = nanoatmega328
framework = arduino
src_filter = +<main.cpp>
build_src_filter = +<main.cpp>
lib_extra_dirs = ../lib
lib_deps =
https://github.com/Martinsos/arduino-lib-hc-sr04.git#1.1.0
ArduinoSTL@1.1.0
ArduinoSTL@1.3.3
elapsedMillis@1.0.6
https://github.com/brianlow/Rotary.git#master
https://github.com/JCWentzel/PolymorphicButtons.git#1.0.3
2 changes: 1 addition & 1 deletion yarn-winder/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_flags = ${common.build_flags}
framework = arduino
lib_extra_dirs = ../lib
lib_deps =
ArduinoSTL@1.1.0
ArduinoSTL@1.3.3
elapsedMillis@1.0.6
Adafruit GFX Library@1.7.5
adafruit/Adafruit PCD8544 Nokia 5110 LCD library@2.0.1
Expand Down
Loading