File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lint.select = [
24
24
" I" , # import sorting
25
25
" U" , # upgrade
26
26
]
27
- target-version = " py37 "
27
+ target-version = " py39 "
28
28
line-length = 120
29
29
30
30
[lint .per-file-ignores ]
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ def walk_subpkg(name):
52
52
url = "https://github.com/python-visualization/folium" ,
53
53
keywords = "data visualization" ,
54
54
classifiers = [
55
- "Programming Language :: Python :: 3.8" ,
56
55
"Programming Language :: Python :: 3.9" ,
57
56
"Programming Language :: Python :: 3.10" ,
58
57
"Programming Language :: Python :: 3.11" ,
@@ -65,7 +64,7 @@ def walk_subpkg(name):
65
64
platforms = "any" ,
66
65
packages = packages ,
67
66
package_data = package_data ,
68
- python_requires = ">=3.8 " ,
67
+ python_requires = ">=3.9 " ,
69
68
extras_require = {"testing" : ["pytest" ]},
70
69
install_requires = install_requires ,
71
70
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments