Skip to content

Commit

Permalink
Drop support for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
karlb committed Oct 13, 2022
1 parent 9fa64e9 commit 0533dd3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Documents changes that result in:

## [0.50.2]
- Reduce dependencies and dependency updates
- Drop python3.7 support

## [0.50.0]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 0533dd3

Please sign in to comment.