Skip to content

Commit 774a5aa

Browse files
Remove support for Python 3.7
1 parent 7c8d668 commit 774a5aa

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
python-version: [
64-
"3.7",
6564
"3.8",
6665
"3.9",
6766
"3.10",

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
@nox.session(
3232
python=[
33-
"3.7",
3433
"3.8",
3534
"3.9",
3635
"3.10",

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
author="Elastic Client Library Maintainers",
5555
author_email="[email protected]",
5656
packages=find_packages(where=".", exclude=("tests*",)),
57-
python_requires=">=3.7",
57+
python_requires=">=3.8",
5858
classifiers=[
5959
"Development Status :: 4 - Beta",
6060
"License :: OSI Approved :: Apache Software License",
@@ -63,7 +63,6 @@
6363
"Programming Language :: Python",
6464
"Programming Language :: Python :: 3",
6565
"Programming Language :: Python :: 3 :: Only",
66-
"Programming Language :: Python :: 3.7",
6766
"Programming Language :: Python :: 3.8",
6867
"Programming Language :: Python :: 3.9",
6968
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)