Skip to content

Commit 6b41da1

Browse files
committed
fix: update required Python version to 3.11
1 parent bba139c commit 6b41da1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "brainpy"
77
description = "BrainPy: Brain Dynamics Programming in Python"
88
readme = "README.md"
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.11"
1010
authors = [
1111
{ name = "BrainPy Team", email = "chao.brain@qq.com" }
1212
]

0 commit comments

Comments
 (0)