1
0
зеркало из https://github.com/arsenetar/dupeguru.git synced 2025-09-11 17:58:17 +00:00
Remove python 3.5 and add 3.8
Этот коммит содержится в:
Andrew Senetar 2020-03-04 19:30:30 -06:00 коммит произвёл GitHub
родитель 3e4fe5b765
Коммит 5d21454789
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -5,15 +5,15 @@ install:
script: tox script: tox
matrix: matrix:
include: include:
- os: "linux"
dist: "xenial"
python: "3.5"
- os: "linux" - os: "linux"
dist: "xenial" dist: "xenial"
python: "3.6" python: "3.6"
- os: "linux" - os: "linux"
dist: "xenial" dist: "xenial"
python: "3.7" python: "3.7"
- os: "linux"
dist: "xenial"
python: "3.8"
- os: "windows" - os: "windows"
language: shell language: shell
python: "3.7" python: "3.7"