ci: bump checkout & setup-python actions

update python version matrix:
  - 3.6 as pyrogram c2 doesn't support 3.6
  + 3.10
  + 3.11
This commit is contained in:
Dineshkarthik 2022-07-18 16:45:43 +02:00
parent 4ba94ffcee
commit 281f1b7d7f
No known key found for this signature in database
GPG key ID: E256EF0EECD6F201

View file

@ -13,13 +13,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11' ]
name: Test - Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Get setuptools Unix