We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a87ea commit 3b7d8a9Copy full SHA for 3b7d8a9
.github/workflows/main.yml
@@ -42,16 +42,14 @@ jobs:
42
strategy:
43
matrix:
44
python:
45
- - "3.7"
+ - "3.8"
46
- "3.11"
47
- "3.12"
48
platform:
49
- ubuntu-latest
50
- macos-latest
51
- windows-latest
52
include:
53
- - python: "3.8"
54
- platform: ubuntu-latest
55
- python: "3.9"
56
platform: ubuntu-latest
57
- python: "3.10"
newsfragments/+drop-py37.feature.rst
@@ -0,0 +1 @@
1
+Require Python 3.8 or later.
setup.cfg
@@ -15,7 +15,7 @@ classifiers =
15
[options]
16
packages = find_namespace:
17
include_package_data = true
18
-python_requires = >=3.7
+python_requires = >=3.8
19
install_requires =
20
21
[options.packages.find]
0 commit comments