Skip to content

Commit 0c375d4

Browse files
authored
remove upper version constraint (#826)
1 parent f685a3e commit 0c375d4

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
@@ -16,7 +16,7 @@ build-backend = "hatchling.build"
1616
name = "jcvi"
1717
description = "Python utility libraries on genome assembly, annotation and comparative genomics"
1818
readme = "README.md"
19-
requires-python = ">=3.8,<3.13"
19+
requires-python = ">=3.8"
2020
license = "BSD-3-Clause"
2121
authors = [
2222
{ name = "Haibao Tang", email = "tanghaibao@gmail.com" },

0 commit comments

Comments
 (0)