Skip to content

Commit

Permalink
Enable Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Jan 7, 2020
1 parent 61a69ea commit d08827e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,15 @@ jobs:
Windows, Python 3.7:
imageName: 'vs2017-win2016'
python.version: '3.7'
Linux, Python 3.8:
imageName: 'ubuntu-16.04'
python.version: '3.8'
macOS, Python 3.8:
imageName: 'macOS-10.13'
python.version: '3.8'
Windows, Python 3.8:
imageName: 'vs2017-win2016'
python.version: '3.8'

pool:
vmImage: $(imageName)
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
Operating System :: OS Independent

Expand All @@ -47,7 +48,7 @@ install_requires =
numba != 0.42.1
statsmodels >= 0.9
graphviz
matplotlib < 3.1
matplotlib ~= 3.0
test_suite = econml.tests
tests_require =
pytest
Expand Down

0 comments on commit d08827e

Please sign in to comment.