Skip to content

Commit f70410b

Browse files
relax min python version to match conda env yamls
1 parent a4f0413 commit f70410b

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
@@ -3,7 +3,7 @@ name = "rnabam2cov"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"pybedtools>=0.12",
99
]

0 commit comments

Comments
 (0)