Skip to content

Commit

Permalink
Remove official Python 2.7 support, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Oct 25, 2021
1 parent 85d6006 commit 1f5e8e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -25,8 +25,6 @@ For documentation and a list of rules see [docs](https://github.com/dlint-py/dli
$ python -m pip install dlint
```

*Specify `python2` or `python3` to install for a specific Python version.*

And double check that it was installed correctly:

```
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -40,7 +40,6 @@
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 1f5e8e8

Please sign in to comment.