Skip to content

Commit

Permalink
Remove mentions of Python2 support
Browse files Browse the repository at this point in the history
Also update the test badge to use Actions instead of Travis.
  • Loading branch information
polm committed Nov 9, 2020
1 parent 05ee5c5 commit ba94126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[![Current PyPI packages](https://badge.fury.io/py/mecab-python3.svg)](https://pypi.org/project/mecab-python3/)
[![Build status](https://travis-ci.org/SamuraiT/mecab-python3.svg?branch=master)](https://travis-ci.org/SamuraiT/mecab-python3)
![Test Status](https://github.com/SamuraiT/mecab-python3/workflows/test-manylinux/badge.svg)

[![PyPI - Downloads](https://img.shields.io/pypi/dm/mecab-python3)](https://pypi.org/project/mecab-python3/)
![Supported Platforms](https://img.shields.io/badge/platforms-linux%20macosx%20windows-blue)

# mecab-python3

This is a Python wrapper for the [MeCab][] morphological analyzer for Japanese
text. It works with Python 3.6 and greater, as well as Python 2.7.
text. It works with Python 3.6 and greater; if you need to use Python 2.7, use
v1.0.2.

**issueを英語で書く必要はありません。**

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def _get_pkg_data_files(self, package):
},
classifiers = [
"Development Status :: 6 - Mature",
"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 ba94126

Please sign in to comment.