Skip to content

Commit

Permalink
Move test to Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBelcour committed Oct 2, 2024
1 parent 4ada85d commit 8a5c513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
python-version: [3.10]
python-version: [3.11]
runs-on: ${{ matrix.platform }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EsMeCaTa is a method to estimate metabolic capabilities from a taxonomic affilia

## Requirements

EsMeCaTa is developed in Python, it is tested with Python 3.10. It needs the following python packages:
EsMeCaTa is developed in Python, it is tested with Python 3.11. It needs the following python packages:

- [biopython](https://pypi.org/project/biopython/): To create fasta files and used by the option `--annotation-files` to index UniProt flat files.
- [pandas](https://pypi.org/project/pandas/): To read the input files.
Expand Down

0 comments on commit 8a5c513

Please sign in to comment.