Skip to content

Commit

Permalink
using python 3.9 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen committed Nov 13, 2024
1 parent 4f9d632 commit c8a34f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, "3.11"]
python-version: [3.9, "3.11"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Neural NETworks for antibody Affinity Maturation.

## pip installation

Netam is available on PyPI, and works with Python 3.8 through 3.11.
Netam is available on PyPI, and works with Python 3.9 through 3.11.

```
pip install netam
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
packages=find_packages(),
python_requires=">=3.8,<3.12",
python_requires=">=3.9,<3.12",
install_requires=[
"biopython",
"natsort",
Expand Down

0 comments on commit c8a34f5

Please sign in to comment.