Skip to content

Commit

Permalink
python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
annazhukova committed Jul 12, 2024
1 parent 6eefe01 commit 41b3c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author_email='anna.zhukova@pasteur.fr',
url='https://github.com/evolbioinfo/pastml',
keywords=['PASTML', 'visualisation', 'phylogeny', 'ancestral character reconstruction'],
python_requires='>=3.9',
python_requires='>=3.10',
install_requires=['ete3>=3.1.1', 'pandas>=1.0.0', 'numpy>=1.22', 'jinja2>=2.11.0', 'scipy==1.14.0', 'itolapi>=4.0.0', 'biopython>=1.70'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 41b3c1b

Please sign in to comment.