Skip to content

Commit 00750fb

Browse files
update python version
1 parent 92f402e commit 00750fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version:
12-
- "3.8"
1312
- "3.9"
1413
- "3.10"
1514
- "3.11"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install_requires =
2929
wheel
3030
tomli>=1.1.0;python_version < '3.11'
3131
typing-extensions<=4.13.2;python_version < '3.11'
32-
python_requires = >=3.8
32+
python_requires = >=3.9
3333
include_package_data = True
3434
tests_require =
3535
coverage

0 commit comments

Comments
 (0)