[ci] Update default Python environment 3.9 => 3.10

This commit is contained in:
Davis Schirmer
2022-02-13 16:43:18 -05:00
parent f984d2c2e1
commit f70702f490

View File

@@ -14,7 +14,7 @@ jobs:
- name: setup Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.10"
- name: install dependencies
run: pip install build cmarkgfm pycodestyle twine
- name: Run pycodestyle