Skip to content

Commit

Permalink
remove flag for p36 support
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Dec 4, 2020
1 parent abbbc95 commit 9ff3689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img src="https://img.shields.io/badge/License-MIT-orange.svg">
<a href="https://github.com/csinva/imodels/actions"><img src="https://github.com/csinva/imodels/workflows/tests/badge.svg"></a>
<img src="https://img.shields.io/pypi/v/imodels?color=blue">
<img src="https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue">
<img src="https://img.shields.io/badge/python-3.7%20%7C%203.8-blue">
</p>


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="imodels",
version="0.2.4",
version="0.2.5",
author="Chandan Singh",
author_email="[email protected]",
description="Implementations of various interpretable models",
Expand Down

0 comments on commit 9ff3689

Please sign in to comment.