Skip to content

Commit

Permalink
Update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Nov 16, 2022
1 parent 731d0d4 commit d998a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
parameters:
package: '-e .'
images: ['ubuntu-20.04', 'macOS-12', 'windows-2019']
versions: ['3.6', '3.7', '3.8', '3.9']
versions: ['3.7', '3.8', '3.9', '3.10']
job:
job: Job

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ project_urls =
Source Code=https://github.com/Microsoft/EconML
Documentation=https://econml.azurewebsites.net/
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Expand Down

0 comments on commit d998a5e

Please sign in to comment.