File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ classifiers = [
22
22
" Intended Audience :: Science/Research" ,
23
23
" Topic :: Multimedia :: Graphics" ,
24
24
" License :: OSI Approved :: MIT License" ,
25
+ " Programming Language :: Python :: 3.8" ,
26
+ " Programming Language :: Python :: 3.9" ,
25
27
" Programming Language :: Python :: 3.10" ,
26
28
" Programming Language :: Python :: 3.11" ,
27
29
" Programming Language :: Python :: 3.12" ,
28
30
]
29
- requires-python = " >=3.10 "
31
+ requires-python = " >=3.8 "
30
32
dependencies = [
31
33
" ipyleaflet_core" ,
32
34
" jupyter_leaflet" ,
Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ classifiers = [
22
22
" Intended Audience :: Science/Research" ,
23
23
" Topic :: Multimedia :: Graphics" ,
24
24
" License :: OSI Approved :: MIT License" ,
25
+ " Programming Language :: Python :: 3.8" ,
26
+ " Programming Language :: Python :: 3.9" ,
25
27
" Programming Language :: Python :: 3.10" ,
26
28
" Programming Language :: Python :: 3.11" ,
27
29
" Programming Language :: Python :: 3.12" ,
28
30
]
29
- requires-python = " >=3.10 "
31
+ requires-python = " >=3.8 "
30
32
dependencies = [
31
33
" ipywidgets>=7.6.0,<9" ,
32
34
" traittypes>=0.2.1,<3" ,
Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ classifiers = [
22
22
" Intended Audience :: Science/Research" ,
23
23
" Topic :: Multimedia :: Graphics" ,
24
24
" License :: OSI Approved :: MIT License" ,
25
+ " Programming Language :: Python :: 3.8" ,
26
+ " Programming Language :: Python :: 3.9" ,
25
27
" Programming Language :: Python :: 3.10" ,
26
28
" Programming Language :: Python :: 3.11" ,
27
29
" Programming Language :: Python :: 3.12" ,
28
30
]
29
- requires-python = " >=3.10 "
31
+ requires-python = " >=3.8 "
30
32
31
33
[project .urls ]
32
34
Homepage = " https://github.com/jupyter-widgets/ipyleaflet"
You can’t perform that action at this time.
0 commit comments