File tree Expand file tree Collapse file tree 5 files changed +38
-0
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 5 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1818 python.version : ' 37'
1919 Python38 :
2020 python.version : ' 38'
21+ Python39 :
22+ python.version : ' 39'
2123
2224 steps :
2325 - bash : echo "##vso[task.prependpath]/usr/share/miniconda/bin"
Original file line number Diff line number Diff line change 1414 python.version : ' 37'
1515 Python38-windows :
1616 python.version : ' 38'
17+ Python39-windows :
18+ python.version : ' 39'
1719
1820 steps :
1921 - powershell : Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
Original file line number Diff line number Diff line change 1414 python.version : ' 3.7'
1515 Python38 :
1616 python.version : ' 3.8'
17+ Python39 :
18+ python.version : ' 3.9'
1719
1820 steps :
1921 - task : UsePythonVersion@0
Original file line number Diff line number Diff line change 1+ name : test_env
2+ channels :
3+ - defaults
4+ - conda-forge
5+ dependencies :
6+ - coveralls
7+ - cython
8+ - ephem
9+ # - netcdf4 # pulls in a different version of numpy with ImportError
10+ - nose
11+ # - numba # python 3.9 compat in early 2021
12+ - numpy >= 1.12.0
13+ - pandas >= 0.22.0
14+ - pip
15+ - pytables # tables when using pip+PyPI
16+ - pytest
17+ - pytest-cov
18+ - pytest-mock
19+ - pytest-timeout
20+ - pytest-rerunfailures
21+ - pytest-remotedata
22+ - python=3.9
23+ - pytz
24+ - requests
25+ - scipy >= 1.2.0
26+ - shapely # pvfactors dependency
27+ # - siphon # conda-forge
28+ - statsmodels
29+ - pip :
30+ # - nrel-pysam>=2.0 # install error on windows
31+ - pvfactors==1.4.1
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Testing
4141~~~~~~~
4242* Add airspeed velocity performance testing configuration and a few benchmarks.
4343 (:issue: `419 `, :pull: `1049 `, :pull: `1059 `)
44+ * Add Python 3.9 CI configurations. (:issue: `1102 `, :pull: `1112 `)
4445
4546Documentation
4647~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments