Skip to content

Commit 3b7d8a9

Browse files
committed
Require Python 3.8 or later.
1 parent 07a87ea commit 3b7d8a9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,14 @@ jobs:
4242
strategy:
4343
matrix:
4444
python:
45-
- "3.7"
45+
- "3.8"
4646
- "3.11"
4747
- "3.12"
4848
platform:
4949
- ubuntu-latest
5050
- macos-latest
5151
- windows-latest
5252
include:
53-
- python: "3.8"
54-
platform: ubuntu-latest
5553
- python: "3.9"
5654
platform: ubuntu-latest
5755
- python: "3.10"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Require Python 3.8 or later.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
[options]
1616
packages = find_namespace:
1717
include_package_data = true
18-
python_requires = >=3.7
18+
python_requires = >=3.8
1919
install_requires =
2020

2121
[options.packages.find]

0 commit comments

Comments
 (0)