Skip to content

Commit

Permalink
bump Python version to 3.9 (3.8 is no longer supported https://devgui…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bribak committed Nov 15, 2024
1 parent 0c94995 commit 4960c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: '3.8'
python-version: '3.9'
miniforge-version: latest
activate-environment: MPP
use-mamba: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=["scikit-learn", "regex", "networkx>=3.0",
"statsmodels", "scipy", "gdown",
"seaborn", "xgboost", "mpld3",
Expand Down

0 comments on commit 4960c5c

Please sign in to comment.