We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b9efb commit 855f9f1Copy full SHA for 855f9f1
.travis.yml
@@ -3,6 +3,7 @@ language: python
3
python:
4
- "3.5"
5
- "3.6"
6
+ - "3.7-dev"
7
8
install:
9
- pip install .
README.md
@@ -4,7 +4,7 @@
atcoder-tools
====
-Python 3.5 で動作する [AtCoder](http://atcoder.jp/) からサンプル入力をダウンロードしたりする際に便利なツールです。
+Python 3.5 以降で動作する [AtCoder](http://atcoder.jp/) からサンプル入力をダウンロードしたりする際に便利なツールです。
このツールには次のような機能があります。
10
- AtCoderへのログイン,入出力例データなどの抽出
0 commit comments