Python 3.5 is no longer supported by PyO3

This commit is contained in:
Wilson Lin 2021-01-06 16:10:23 +11:00
parent d72e83a3c6
commit 71c3bd756f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-11.0, ubuntu-latest, windows-latest]
python: [3.5, 3.6, 3.7, 3.8, 3.9]
python: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python