We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f402e commit 00750fbCopy full SHA for 00750fb
.github/workflows/pre-commit.yml
@@ -9,7 +9,6 @@ jobs:
9
strategy:
10
matrix:
11
python-version:
12
- - "3.8"
13
- "3.9"
14
- "3.10"
15
- "3.11"
setup.cfg
@@ -29,7 +29,7 @@ install_requires =
29
wheel
30
tomli>=1.1.0;python_version < '3.11'
31
typing-extensions<=4.13.2;python_version < '3.11'
32
-python_requires = >=3.8
+python_requires = >=3.9
33
include_package_data = True
34
tests_require =
35
coverage
0 commit comments