Skip to content

Commit

Permalink
Dropping support for Python3.7 only for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cacharle committed Sep 3, 2023
1 parent 434d95c commit 7f0d2e5
Show file tree
Hide file tree
Showing 3 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 @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]


steps:
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 @@ It's just for convenience.

## Installation

Requires Python3.7+ (3.8, 3.9, 3.10, 3.11)
Requires Python3.8+ (3.9, 3.10, 3.11)

### From PyPI

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = python3.7,python3.8,python3.9,python3.10,python3.11
envlist = python3.8,python3.9,python3.10,python3.11
distshare = {env:XDG_CACHE_HOME}/tox/distshare

[testenv]
Expand Down

0 comments on commit 7f0d2e5

Please sign in to comment.