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

add Python 3.9 support

This commit is contained in:
2021-01-01 13:34:04 +03:00
committed by Dmitry Belyaev
parent 1beff774bc
commit 3ddc486614
3 changed files with 6 additions and 4 deletions

View File

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