File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "memilio-epidata"
77version = " 1.0.0"
88description = " Part of MEmilio project, reads epidemiological data from different official and unofficial sources."
99readme = " README.rst"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.8 "
1111license = { text = " Apache-2.0" }
1212authors = [{ name = " MEmilio Team" }]
1313maintainers = [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "memilio-generation"
1111version = " 0.1.0"
1212description = " Part of MEmilio project, automatic generation of model specific python bindings."
1313readme = " README.md"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.8 "
1515license = { text = " Apache-2.0" }
1616authors = [{ name = " MEmilio Team" }]
1717maintainers = [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "memilio-plot"
77version = " 1.0.0"
88description = " Part of MEmilio project, plots data to maps or visualizes simulation curves."
99readme = " README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.8 "
1111license = { text = " Apache-2.0" }
1212authors = [{ name = " MEmilio Team" }]
1313maintainers = [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "memilio-simulation"
1111version = " 1.0.0"
1212description = " Part of MEmilio project, python bindings to the C++ libraries that contain the models and simulations."
1313readme = " README.md"
14- requires-python = " >=3.9 "
14+ requires-python = " >=3.8 "
1515license = { text = " Apache-2.0" }
1616authors = [{ name = " MEmilio Team" }]
1717maintainers = [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "memilio-surrogatemodel"
77version = " 1.0.0"
88description = " Part of MEmilio project, implementation of surrogate models for the existing models in MEmilio."
99readme = " README.md"
10- requires-python = " >=3.9 "
10+ requires-python = " >=3.8 "
1111license = { text = " Apache-2.0" }
1212authors = [{ name = " MEmilio Team" }]
1313maintainers = [
You can’t perform that action at this time.
0 commit comments