mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Enable Actions on Python 3.10
This commit is contained in:
parent
2265d282f5
commit
e27f30dade
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user