Skip to content

Commit e245a4a

Browse files
authored
Merge pull request #38 from elmbeech/v3
@ pcdl v3 : update python compatibility to not yet end-of-life cycle versions.
2 parents b207339 + 7d01a4f commit e245a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dynamic = ["version"]
4141
description = "physicell data loader (pcdl) provides a platform independent, python3 based, pip installable interface to load output, generated with the PhysiCell agent based modeling framework, into python3."
4242
readme = "README.md"
4343

44-
requires-python = ">=3.8, <4"
44+
requires-python = ">=3.9, <4"
4545

4646
license = "BSD-3-Clause"
4747
#license-files = {paths = ["LICENSE"]}

0 commit comments

Comments
 (0)