Skip to content

Commit 32c143e

Browse files
authored
Merge pull request #57 from per1234/update-python
Update Python version used in CI workflows and actions
2 parents 8332993 + 1e963ad commit 32c143e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libraries_compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v1
2424
with:
25-
python-version: '3.8.2'
25+
python-version: '3.8.3'
2626

2727
- name: Install dependencies
2828
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.2
1+
FROM python:3.8.3
22

33
# Copies your code file from your action repository to the filesystem path `/` of the container
44
COPY compilesketches /compilesketches

0 commit comments

Comments
 (0)