mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-06-21 06:34:27 +00:00
travis ci: add python 3.10
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
language: python
|
||||
os: linux
|
||||
language: python
|
||||
os: linux
|
||||
dist: focal
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
- "3.9"
|
||||
- "3.10"
|
||||
|
||||
before_install:
|
||||
- pip install poetry
|
||||
|
Reference in New Issue
Block a user