Skip to content

Commit

Permalink
Allow python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mnshgl0110 committed Oct 14, 2024
1 parent c02df28 commit 7683934
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
Expand Up @@ -11,7 +11,7 @@ authors = [
description = "Synteny and rearrangement identifier between whole-genome assemblies"
readme = "README.md"
# Limit python version as pysam is not available for higher python versions
requires-python = ">=3.8, <=3.10"
requires-python = ">=3.8, <3.12"
keywords = ["Structural Variation", "SV", "Pangenomics", "Bioinformatics"]
license = {text = "MIT"}
dependencies = [
Expand Down

0 comments on commit 7683934

Please sign in to comment.