diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d56c3ece..c2c984a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index f725bf9e..1853d2c8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Demos Installation Instructions ------------------------- -Loris is supported on Python 3.6+. If you need to use Python 2.7 or Python 3.4, Loris v2.3.3 is the last version to support it. +Loris is supported on Python 3.7+. If you need to use old Python versions, Loris v2.3.3 is the last version to support it. If you want to run Loris on Ubuntu 20, use Loris v3.1.0 or later.