1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 07:28:24 +00:00

add python 3.8

This commit is contained in:
Dmitry Belyaev 2020-02-01 13:22:02 +03:00
parent bbf7f69c6d
commit fcba8f07ef
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
max-parallel: 3 max-parallel: 4
matrix: matrix:
python-version: [3.5, 3.6, 3.7] python-version: [3.5, 3.6, 3.7, 3.8]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

View File

@ -3,7 +3,8 @@ language: python
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8"
script: script:
- pytest -v - pytest -v