Skip to content

Commit d183b24

Browse files
committed
bump to Python 3.10
1 parent d7af337 commit d183b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: set up Python
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.9
18+
python-version: '3.10'
1919

2020
- name: install mkdocs
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: set up Python
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.9
14+
python-version: '3.10'
1515

1616
- name: Codespell action
1717
uses: codespell-project/actions-codespell@master

0 commit comments

Comments
 (0)