Skip to content

Commit

Permalink
Drop python 3.6 and add 3.9 testing (#1000)
Browse files Browse the repository at this point in the history
* Drop python 3.6 and add 3.9 testing

* Correct python constraint in environment yml files

* pin foyer version

* remove typo in env yml
  • Loading branch information
daico007 authored Feb 28, 2022
1 parent d6bf1b1 commit b8e74f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ stages:
- job: NoBleeding
strategy:
matrix:
Python36Ubuntu:
imageName: 'ubuntu-latest'
python.version: 3.6
Python37Ubuntu:
imageName: 'ubuntu-latest'
python.version: 3.7
Python38Ubuntu:
imageName: 'ubuntu-latest'
python.version: 3.8
Python36macOS:
imageName: 'macOS-latest'
python.version: 3.6
Python39Ubuntu:
imageName: 'ubuntu-latest'
python.version: 3.9
Python37macOS:
imageName: 'macOS-latest'
python.version: 3.7
Python38macOS:
imageName: 'macOS-latest'
python.version: 3.8
Python39macOS:
imageName: 'macOS-latest'
python.version: 3.9

pool:
vmImage: $(imageName)
Expand Down Expand Up @@ -113,12 +113,12 @@ stages:
vmImage: 'windows-latest'
strategy:
matrix:
Python36:
python.version: 3.6
Python37:
python.version: 3.7
Python38:
python.version: 3.8
Python39:
python.version: 3.9

steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- codecov
- ele
- gmso>=0.7.3
- foyer>=0.9.4
- foyer>=0.11.0
- freud>=2.0.0
- garnett>=0.7.1
- gsd>=2
Expand All @@ -27,6 +27,6 @@ dependencies:
- pytest
- pytest-azurepipelines
- pytest-cov
- python<=3.8
- python>=3.7
- rdkit
- scipy
4 changes: 2 additions & 2 deletions environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- codecov
- ele
- gmso>=0.7.3
- foyer>=0.9.4
- foyer>=0.11.0
- garnett>=0.7.1
- gsd>=1.2
- intermol
Expand All @@ -25,6 +25,6 @@ dependencies:
- pycifrw
- pytest>=3.0
- pytest-cov
- python<=3.8
- python>=3.7
- rdkit
- scipy

0 comments on commit b8e74f2

Please sign in to comment.