Skip to content

Commit ddf7554

Browse files
committed
update pyproject.toml
1 parent 003c94a commit ddf7554

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Xiaotong Xu" }, { email = "x.xu1@uu.nl" }]
66
maintainers = [{ name = "BonvinLab" }, { email = "bonvinlab.support@uu.nl" }]
77
readme = "README.md"
88
license = { file = "LICENSE" }
9-
requires-python = ">=3.9,<3.14"
9+
requires-python = ">=3.9,<3.15"
1010
dependencies = [
1111
"torch>=1.13.0",
1212
"torch-geometric>=2.3.0",
@@ -39,6 +39,7 @@ classifiers = [
3939
'Programming Language :: Python :: 3.11',
4040
'Programming Language :: Python :: 3.12',
4141
'Programming Language :: Python :: 3.13',
42+
'Programming Language :: Python :: 3.14',
4243
]
4344
keywords = [
4445
"protein-protein interaction",

0 commit comments

Comments
 (0)