1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-02-01 20:28:30 +00:00

travis ci: add python 3.10

This commit is contained in:
Dmitry Belyaev 2022-01-19 12:11:11 +03:00 committed by Dmitry Belyaev
parent 309969cc42
commit 843ad37066

View File

@ -7,6 +7,7 @@ python:
- "3.7" - "3.7"
- "3.8" - "3.8"
- "3.9" - "3.9"
- "3.10"
before_install: before_install:
- pip install poetry - pip install poetry