Skip to content

Commit

Permalink
fixed errors that were throwing errors for docs (#48)
Browse files Browse the repository at this point in the history
* testing 3.11

* changed pytest to 8.1.1

* changed pluggy to 8.1.1

* testing biopython 1.82

* removing py from requirements.txt

* updated setup.py and change log for support for python version 3.11

* updating python version docs to 3.9

* updated pip files to python 3.9
  • Loading branch information
JLSteenwyk authored Apr 29, 2024
1 parent 96eb403 commit cd9cd64
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.9
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Cython = "==0.29.16"
Pygments = "==2.7.4"

[requires]
python_version = "3.7"
python_version = "3.9"
Loading

0 comments on commit cd9cd64

Please sign in to comment.