Skip to content

Commit 92cf1a3

Browse files
committed
Remove support for Python 3.8
1 parent 3cebd0f commit 92cf1a3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ repos:
33
rev: 19.3b0
44
hooks:
55
- id: black
6-
language_version: python3.8
6+
language_version: python3.9
77
exclude_types: ['markdown', 'ini', 'toml', 'rst']

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,14 @@ def read_requirements(req="base.txt"):
8484
"Intended Audience :: Developers",
8585
"Natural Language :: English",
8686
"Programming Language :: Python :: 3",
87-
"Programming Language :: Python :: 3.8",
8887
"Programming Language :: Python :: 3.9",
8988
"Programming Language :: Python :: 3.10",
9089
"Programming Language :: Python :: 3.11",
9190
"Programming Language :: Python :: 3.12",
9291
"License :: OSI Approved :: Apache Software License",
9392
"Operating System :: OS Independent",
9493
],
95-
python_requires=">=3.8",
94+
python_requires=">=3.9",
9695
ext_modules=get_runtime_client_extension(),
9796
test_suite="tests",
9897
)

0 commit comments

Comments
 (0)