Skip to content

Commit

Permalink
chore: update Python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 30, 2023
1 parent 11d75b0 commit fa44ee3
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 @@ -21,7 +21,7 @@ classifiers = [
keywords = ["bioinformatics", "sequence aligner", "blat"]

[tool.poetry.dependencies]
python = "^3.9, <3.12"
python = "^3.8, <3.12"
loguru = "^0.7.0"
pybind11 = "^2.10.4"
setuptools = "^68.2.2"
Expand Down

0 comments on commit fa44ee3

Please sign in to comment.