Skip to content

Commit ca1b612

Browse files
committed
allow py 3.8
1 parent b521b94 commit ca1b612

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pycode/memilio-epidata/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "memilio-epidata"
77
version = "1.0.0"
88
description = "Part of MEmilio project, reads epidemiological data from different official and unofficial sources."
99
readme = "README.rst"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.8"
1111
license = { text = "Apache-2.0" }
1212
authors = [{ name = "MEmilio Team" }]
1313
maintainers = [

pycode/memilio-generation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "memilio-generation"
1111
version = "0.1.0"
1212
description = "Part of MEmilio project, automatic generation of model specific python bindings."
1313
readme = "README.md"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
license = { text = "Apache-2.0" }
1616
authors = [{ name = "MEmilio Team" }]
1717
maintainers = [

pycode/memilio-plot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "memilio-plot"
77
version = "1.0.0"
88
description = "Part of MEmilio project, plots data to maps or visualizes simulation curves."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.8"
1111
license = { text = "Apache-2.0" }
1212
authors = [{ name = "MEmilio Team" }]
1313
maintainers = [

pycode/memilio-simulation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "memilio-simulation"
1111
version = "1.0.0"
1212
description = "Part of MEmilio project, python bindings to the C++ libraries that contain the models and simulations."
1313
readme = "README.md"
14-
requires-python = ">=3.9"
14+
requires-python = ">=3.8"
1515
license = { text = "Apache-2.0" }
1616
authors = [{ name = "MEmilio Team" }]
1717
maintainers = [

pycode/memilio-surrogatemodel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "memilio-surrogatemodel"
77
version = "1.0.0"
88
description = "Part of MEmilio project, implementation of surrogate models for the existing models in MEmilio."
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.8"
1111
license = { text = "Apache-2.0" }
1212
authors = [{ name = "MEmilio Team" }]
1313
maintainers = [

0 commit comments

Comments
 (0)