1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-09-02 16:37:42 +00: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

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