Enable Actions on Python 3.10

This commit is contained in:
Dan 2021-10-11 14:31:00 +02:00 committed by GitHub
parent 2265d282f5
commit e27f30dade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Pyrogram name: Pyrogram
on: [ push, pull_request ] on: [push, pull_request]
jobs: jobs:
build: build:
@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 3.6, 3.7, 3.8, 3.9 ] python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2