Skip to content

Commit 920680d

Browse files
committed
Drop Python 3.7 from tests
1 parent 924b995 commit 920680d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
10+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1111
steps:
1212
- uses: actions/checkout@v4
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
99
]
1010
readme = "README.rst"
11-
requires-python = ">=3.6"
11+
requires-python = ">=3.8"
1212
dependencies = [
1313
"requests",
1414
"requests_download",

0 commit comments

Comments
 (0)