Skip to content

Commit

Permalink
updated setup.py and change log for support for python version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Apr 22, 2024
1 parent cdc5527 commit d5f1bbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clipkit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.6"
__version__ = "2.3.0"
3 changes: 3 additions & 0 deletions docs/change_log/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Change log

Major changes to ClipKIT are summarized here.

**2.3.0**
Added support for Python version 3.11

**2.2.3**
Fixed gap character handling. The help message was incongruent
with what was happening underneath the hood.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
]

REQUIRES = ["biopython>=1.81", "numpy>=1.24.0", "cython"]
REQUIRES = ["biopython>=1.82", "numpy>=1.24.0", "cython"]

setup(
name="clipkit",
Expand Down

0 comments on commit d5f1bbf

Please sign in to comment.