Skip to content

Commit

Permalink
サポートバージョンをPython3.7+から3.8+に変更しました。 (#480)
Browse files Browse the repository at this point in the history
* update

* poetry update

* poetry udpate

* poetry update

* update readme
  • Loading branch information
yuji38kwmt committed Jul 15, 2022
1 parent 189e94c commit 698079e
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 185 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: ~> 1.0
dist: focal
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
install:
- pip install pip --upgrade
- pip install poetry
- travis_retry poetry install
script:
Expand All @@ -18,4 +18,3 @@ branches:
env:
- PIP_DEFAULT_TIMEOUT=100

cache: pip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cURLやPostmanなどよりも簡単にAnnofab Web APIにアクセスできます


# Requirements
* Python 3.7+
* Python 3.8+

# Install

Expand Down

0 comments on commit 698079e

Please sign in to comment.