Skip to content

Commit dc72f96

Browse files
committed
Fixed conda env to <3.11. Added Python 3.10 to CI
1 parent beb341f commit dc72f96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
20-
python-version: ['3.8', '3.9']
20+
python-version: ['3.8', '3.9', '3.10']
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python ${{ matrix.python-version }}

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- pip
7-
- python>=3.8
7+
- python>=3.8, python<3.11
88
- jupyterlab # needed to run notebooks
99
- pip:
1010
- git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main # will be replaced by `pip install pystemmusscope`

0 commit comments

Comments
 (0)