Skip to content

Commit 8d97d44

Browse files
committed
Merge branch 'main' of github.com:Neradoc/Circuitpython_Keyboard_Layouts
* 'main' of github.com:Neradoc/Circuitpython_Keyboard_Layouts: update release CI to python 3.9
2 parents 81fffcf + cb56967 commit 8d97d44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
env:
1111
GITHUB_CONTEXT: ${{ toJson(github) }}
1212
run: echo "$GITHUB_CONTEXT"
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.9
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.7
16+
python-version: 3.9
1717
- name: Versions
1818
run: |
1919
python3 --version

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
env:
1313
GITHUB_CONTEXT: ${{ toJson(github) }}
1414
run: echo "$GITHUB_CONTEXT"
15-
- name: Set up Python 3.7
15+
- name: Set up Python 3.9
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.7
18+
python-version: 3.9
1919
- name: Versions
2020
run: |
2121
python3 --version

0 commit comments

Comments
 (0)