1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-06-18 09:26:12 +03:00

drop python 3.7 support

for TypedDict
This commit is contained in:
2022-06-04 15:56:11 +03:00
parent 1eef4114cd
commit bfdeaa17ff
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3