From 0533dd3a3dfbdd8da41eff55b0f0bc0fc028f0f9 Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Thu, 13 Oct 2022 15:20:29 +0200 Subject: [PATCH] Drop support for python3.7 --- .github/workflows/python-package.yml | 2 +- CHANGELOG.md | 1 + README.rst | 2 +- setup.py | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e4ca06e07..bb338ebe6 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index f62d5ae76..218a2436e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Documents changes that result in: ## [0.50.2] - Reduce dependencies and dependency updates +- Drop python3.7 support ## [0.50.0] diff --git a/README.rst b/README.rst index 2935944a0..d1535b2f9 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Raiden Network Smart Contracts Prerequisites ------------- -- Python 3.7, 3.8 or 3.9 +- Python 3.8 or 3.9 - https://pip.pypa.io/en/stable/ Installation diff --git a/setup.py b/setup.py index b60db7e88..579e9a248 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,6 @@ def run(self) -> None: # pylint: disable=no-self-use "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", ],