Skip to content

Commit b8e74f2

Browse files
authored
Drop python 3.6 and add 3.9 testing (#1000)
* Drop python 3.6 and add 3.9 testing * Correct python constraint in environment yml files * pin foyer version * remove typo in env yml
1 parent d6bf1b1 commit b8e74f2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ stages:
3030
- job: NoBleeding
3131
strategy:
3232
matrix:
33-
Python36Ubuntu:
34-
imageName: 'ubuntu-latest'
35-
python.version: 3.6
3633
Python37Ubuntu:
3734
imageName: 'ubuntu-latest'
3835
python.version: 3.7
3936
Python38Ubuntu:
4037
imageName: 'ubuntu-latest'
4138
python.version: 3.8
42-
Python36macOS:
43-
imageName: 'macOS-latest'
44-
python.version: 3.6
39+
Python39Ubuntu:
40+
imageName: 'ubuntu-latest'
41+
python.version: 3.9
4542
Python37macOS:
4643
imageName: 'macOS-latest'
4744
python.version: 3.7
4845
Python38macOS:
4946
imageName: 'macOS-latest'
5047
python.version: 3.8
48+
Python39macOS:
49+
imageName: 'macOS-latest'
50+
python.version: 3.9
5151

5252
pool:
5353
vmImage: $(imageName)
@@ -113,12 +113,12 @@ stages:
113113
vmImage: 'windows-latest'
114114
strategy:
115115
matrix:
116-
Python36:
117-
python.version: 3.6
118116
Python37:
119117
python.version: 3.7
120118
Python38:
121119
python.version: 3.8
120+
Python39:
121+
python.version: 3.9
122122

123123
steps:
124124
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"

environment-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- codecov
77
- ele
88
- gmso>=0.7.3
9-
- foyer>=0.9.4
9+
- foyer>=0.11.0
1010
- freud>=2.0.0
1111
- garnett>=0.7.1
1212
- gsd>=2
@@ -27,6 +27,6 @@ dependencies:
2727
- pytest
2828
- pytest-azurepipelines
2929
- pytest-cov
30-
- python<=3.8
30+
- python>=3.7
3131
- rdkit
3232
- scipy

environment-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- codecov
88
- ele
99
- gmso>=0.7.3
10-
- foyer>=0.9.4
10+
- foyer>=0.11.0
1111
- garnett>=0.7.1
1212
- gsd>=1.2
1313
- intermol
@@ -25,6 +25,6 @@ dependencies:
2525
- pycifrw
2626
- pytest>=3.0
2727
- pytest-cov
28-
- python<=3.8
28+
- python>=3.7
2929
- rdkit
3030
- scipy

0 commit comments

Comments
 (0)