Skip to content

Commit d998a5e

Browse files
committed
Update supported python versions
1 parent 731d0d4 commit d998a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
parameters:
77
package: '-e .'
88
images: ['ubuntu-20.04', 'macOS-12', 'windows-2019']
9-
versions: ['3.6', '3.7', '3.8', '3.9']
9+
versions: ['3.7', '3.8', '3.9', '3.10']
1010
job:
1111
job: Job
1212

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ project_urls =
2020
Source Code=https://github.com/Microsoft/EconML
2121
Documentation=https://econml.azurewebsites.net/
2222
classifiers =
23-
Programming Language :: Python :: 3.6
2423
Programming Language :: Python :: 3.7
2524
Programming Language :: Python :: 3.8
2625
Programming Language :: Python :: 3.9
26+
Programming Language :: Python :: 3.10
2727
License :: OSI Approved :: MIT License
2828
Operating System :: MacOS
2929
Operating System :: Microsoft :: Windows

0 commit comments

Comments
 (0)