Skip to content

Commit

Permalink
do not allow python 3.11 b/c of pysam error
Browse files Browse the repository at this point in the history
pysam doesn't have support for 3.11 yet, and we depend on pysam
aryarm authored Nov 1, 2022
1 parent 7a19ffa commit 2c7799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/cast-genomics/haptools"
documentation = "https://haptools.readthedocs.io"

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.7,<3.11"
click = ">=8.0.3"
pysam = ">=0.19.0"
cyvcf2 = ">=0.30.14"

0 comments on commit 2c7799a

Please sign in to comment.