Skip to content

Commit b3b33f8

Browse files
committed
drop 3.8
1 parent afc6463 commit b3b33f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint.select = [
2424
"I", # import sorting
2525
"U", # upgrade
2626
]
27-
target-version = "py37"
27+
target-version = "py39"
2828
line-length = 120
2929

3030
[lint.per-file-ignores]

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def walk_subpkg(name):
5252
url="https://github.com/python-visualization/folium",
5353
keywords="data visualization",
5454
classifiers=[
55-
"Programming Language :: Python :: 3.8",
5655
"Programming Language :: Python :: 3.9",
5756
"Programming Language :: Python :: 3.10",
5857
"Programming Language :: Python :: 3.11",
@@ -65,7 +64,7 @@ def walk_subpkg(name):
6564
platforms="any",
6665
packages=packages,
6766
package_data=package_data,
68-
python_requires=">=3.8",
67+
python_requires=">=3.9",
6968
extras_require={"testing": ["pytest"]},
7069
install_requires=install_requires,
7170
zip_safe=False,

0 commit comments

Comments
 (0)