1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-02 16:37:42 +00:00

drop Python 3.5 support

This commit is contained in:
2021-01-01 13:17:08 +03:00
parent 50f90925b8
commit e0b4e6c28a
3 changed files with 1 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1