diff --git a/.travis.yml b/.travis.yml index 06471d7..fb812e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ dist: xenial language: python python: - - "3.5" - "3.6" - "3.7" - "3.8" @@ -18,6 +17,7 @@ env: jobs: allow_failures: + - python: "3.5" - python: "3.9-dev" include: - python: 3.8 diff --git a/README.md b/README.md index 1c621ec..6e38019 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![GitHub Issues](https://img.shields.io/github/issues/whipper-team/whipper.svg)](https://github.com/whipper-team/whipper/issues) [![GitHub contributors](https://img.shields.io/github/contributors/whipper-team/whipper.svg)](https://github.com/whipper-team/whipper/graphs/contributors) -Whipper is a Python 3 (3.5+) CD-DA ripper based on the [morituri project](https://github.com/thomasvs/morituri) (_CDDA ripper for *nix systems aiming for accuracy over speed_). It started just as a fork of morituri - which development seems to have halted - merging old ignored pull requests, improving it with bugfixes and new features. Nowadays whipper's codebase diverges significantly from morituri's one. +Whipper is a Python 3 (3.6+) CD-DA ripper based on the [morituri project](https://github.com/thomasvs/morituri) (_CDDA ripper for *nix systems aiming for accuracy over speed_). It started just as a fork of morituri - which development seems to have halted - merging old ignored pull requests, improving it with bugfixes and new features. Nowadays whipper's codebase diverges significantly from morituri's one. Whipper is currently developed and tested _only_ on Linux distributions but _may_ work fine on other *nix OSes too. diff --git a/setup.py b/setup.py index d5d41e3..d8f6db1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( maintainer=['The Whipper Team'], url='https://github.com/whipper-team/whipper', license='GPL3', - python_requires='>=3.5', + python_requires='>=3.6', packages=find_packages(), setup_requires=['setuptools_scm'], ext_modules=[