Skip to content

Commit 03f2efa

Browse files
committed
upd min python version to 3.8
1 parent 3629107 commit 03f2efa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v5

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
'': ['requirements.txt'],
3131
},
3232
zip_safe=True,
33-
python_requires='>=3.7',
33+
python_requires='>=3.8',
3434
classifiers=[
3535
"Development Status :: 3 - Alpha",
3636
"Intended Audience :: Developers",
37-
"Programming Language :: Python :: 3.7",
3837
"Programming Language :: Python :: 3.8",
3938
"Programming Language :: Python :: 3.9",
4039
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)