1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-03 08:57:30 +00:00

drop python 3.6 support

This commit is contained in:
2022-02-11 14:29:25 +03:00
parent 3fa8334408
commit 61d3186522
3 changed files with 2 additions and 4 deletions

View File

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