Skip to content

Commit 1ca98e6

Browse files
Merge pull request #51 from EcoExtreML/conda_env_v2
Fixed conda env to py<3.11. Added Python 3.10 to CI
2 parents e834e9e + 2c59094 commit 1ca98e6

3 files changed

Lines changed: 3 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`

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ sonar.links.ci=https://github.com/EcoExtreML/stemmus_scope_processing/actions
1010
sonar.python.coverage.reportPaths=coverage.xml
1111
sonar.python.xunit.reportPath=xunit-result.xml
1212
sonar.python.pylint.reportPaths=pylint-report.txt
13+
sonar.python.version=3.8, 3.9, 3.10

0 commit comments

Comments
 (0)