Skip to content

Commit 855f9f1

Browse files
asi1024kyuridenamida
authored andcommitted
Support Python 3.7 (#82)
1 parent a2b9efb commit 855f9f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "3.5"
55
- "3.6"
6+
- "3.7-dev"
67

78
install:
89
- pip install .

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
atcoder-tools
66
====
7-
Python 3.5 で動作する [AtCoder](http://atcoder.jp/) からサンプル入力をダウンロードしたりする際に便利なツールです。
7+
Python 3.5 以降で動作する [AtCoder](http://atcoder.jp/) からサンプル入力をダウンロードしたりする際に便利なツールです。
88

99
このツールには次のような機能があります。
1010
- AtCoderへのログイン,入出力例データなどの抽出

0 commit comments

Comments
 (0)