mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user