mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
[ci] Update default Python environment 3.9 => 3.10
This commit is contained in:
2
.github/workflows/asciinema.yml
vendored
2
.github/workflows/asciinema.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: setup Python
|
- name: setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.10"
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: pip install build cmarkgfm pycodestyle twine
|
run: pip install build cmarkgfm pycodestyle twine
|
||||||
- name: Run pycodestyle
|
- name: Run pycodestyle
|
||||||
|
|||||||
Reference in New Issue
Block a user