mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 23:05:15 +00:00
Add macOS and Windows environments for tests
This commit is contained in:
3
.github/workflows/python.yml
vendored
3
.github/workflows/python.yml
vendored
@@ -5,9 +5,10 @@ on: [ push ]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
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 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user