Skip to content

Commit

Permalink
Removed Python 3.5 support in tests
Browse files Browse the repository at this point in the history
aiortc is no longer compatible with it.
  • Loading branch information
dkumor committed Sep 3, 2020
1 parent dbcd6bd commit 2e120fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.7]
python-version: [3.7]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 2e120fd

Please sign in to comment.