Skip to content

Commit ba94126

Browse files
committed
Remove mentions of Python2 support
Also update the test badge to use Actions instead of Travis.
1 parent 05ee5c5 commit ba94126

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[![Current PyPI packages](https://badge.fury.io/py/mecab-python3.svg)](https://pypi.org/project/mecab-python3/)
2-
[![Build status](https://travis-ci.org/SamuraiT/mecab-python3.svg?branch=master)](https://travis-ci.org/SamuraiT/mecab-python3)
2+
![Test Status](https://github.com/SamuraiT/mecab-python3/workflows/test-manylinux/badge.svg)
3+
34
[![PyPI - Downloads](https://img.shields.io/pypi/dm/mecab-python3)](https://pypi.org/project/mecab-python3/)
45
![Supported Platforms](https://img.shields.io/badge/platforms-linux%20macosx%20windows-blue)
56

67
# mecab-python3
78

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

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

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def _get_pkg_data_files(self, package):
225225
},
226226
classifiers = [
227227
"Development Status :: 6 - Mature",
228-
"Programming Language :: Python :: 2.7",
229228
"Programming Language :: Python :: 3.6",
230229
"Programming Language :: Python :: 3.7",
231230
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)