Skip to content

Commit e27f30d

Browse files
authored
Enable Actions on Python 3.10
1 parent 2265d28 commit e27f30d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Pyrogram
22

3-
on: [ push, pull_request ]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
77

88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ ubuntu-latest, macos-latest, windows-latest ]
12-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
11+
os: [ubuntu-latest, macos-latest, windows-latest]
12+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
1313

1414
steps:
1515
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)