ci: Python 3.6 -> Python 3.9

This commit is contained in:
Pavel Korytov 2023-03-02 23:48:19 +03:00
parent 88dbf0ace2
commit e5dfb3b94b

View file

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