fix(ci): upgrade Python to 3.9

This commit is contained in:
Pavel Korytov 2023-01-05 22:12:19 +03:00
parent 2abd27e4a9
commit d09b2ec9c3

View file

@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.9
uses: actions/setup-python@v1
with: { python-version: 3.6 }
with: { python-version: 3.9 }
- name: Install
run: |
python -m pip install --upgrade pip