We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb341f commit dc72f96Copy full SHA for dc72f96
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
20
- python-version: ['3.8', '3.9']
+ python-version: ['3.8', '3.9', '3.10']
21
steps:
22
- uses: actions/checkout@v3
23
- name: Set up Python ${{ matrix.python-version }}
environment.yml
@@ -4,7 +4,7 @@ channels:
4
- conda-forge
5
dependencies:
6
- pip
7
- - python>=3.8
+ - python>=3.8, python<3.11
8
- jupyterlab # needed to run notebooks
9
- pip:
10
- git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main # will be replaced by `pip install pystemmusscope`
0 commit comments