Skip to content

Commit a18b1f6

Browse files
committed
add 3.13 to toml #216
1 parent 50bea1c commit a18b1f6

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
@@ -22,14 +22,14 @@ authors = [
2222
{ name = "Jovan Tanevski"},
2323
{ name = "Ricardo Omar Ramirez Flores"},
2424
{ name = "Julio Saez-Rodriguez"},
25-
2625
]
2726
requires-python = ">=3.10,<3.14"
2827
classifiers = [
2928
"Programming Language :: Python :: 3 :: Only",
3029
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
3231
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
3333
]
3434
dependencies = [
3535
"anndata>=0.7.4",

0 commit comments

Comments
 (0)