diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 109cfae2..c251a1ed 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.5" - "3.6" - "3.7" - "3.8" diff --git a/README.md b/README.md index e651cdcf..f197e552 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,6 @@ This folder contains a Pyramid project that will be used as demo to show how to This folder contains a Tornado project that will be used as demo to show how to add SAML support to the Tornado Framework. ``views.py`` (with its ``settings.py``) is the main Flask file that has all the code, this file uses the templates stored at the ``templates`` folder. In the ``saml`` folder we found the ``certs`` folder to store the X.509 public and private key, and the SAML toolkit settings (``settings.json`` and ``advanced_settings.json``). -It requires python3.5 (it's using tornado 6.0.3) #### setup.py #### diff --git a/setup.py b/setup.py index b48b4e2d..1c28f73e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ 'Intended Audience :: System Administrators', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',