Skip to content

Commit

Permalink
Drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Feb 26, 2024
1 parent baf117e commit 1eb9f2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- macos-latest
- windows-latest
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Any important notes regarding the update.

- MacOS support.

### Removed

- Dropped Python 3.7 support.

## 1.8.1 - 2023-12-17

## 1.8.0 - 2022-11-23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Installation guidelines are provided over here:

### System requirements

* Python3, to make everything up and running (supported versions: 3.7, 3.8, 3.9, 3.10, and 3.11).
* Python3, to make everything up and running (supported versions: 3.8, 3.9, 3.10, and 3.11).

Linux, Mac and Windows are supported.

Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black>=22.10.0,<22.11.0
codecov>=2.1.12,<2.2.0
flake8>=5.0.4,<5.1.0
flake8>=7.0.0,<7.1.0
isort>=5.10.1,<5.11.0
pre-commit>=2.20.0,<2.21.0
pytest-asyncio>=0.20.2,<0.21.0
Expand Down

0 comments on commit 1eb9f2f

Please sign in to comment.