Skip to content

Commit

Permalink
Update support versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Jun 30, 2018
1 parent 4ecc1cf commit f47fb82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ language: python
python:
- pypy3
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7

install:
- pip install pillow==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ With PIL(Pillow)
Environment
-----------

Tested on Python 2.7, 3.3, 3.4, 3.5, 3.6 and pypy3. Piexif would run even on IronPython. Piexif is OS independent and can run on Google App Engine.
Tested on Python 2.7, 3.4, 3.5, 3.6, 3.7 and pypy3. Piexif would run even on IronPython. Piexif is OS independent and can run on Google App Engine.

License
-------
Expand Down
2 changes: 1 addition & 1 deletion doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Piexif doesn't depend on any third library.
Environment
-----------

Tested on Python 2.7, 3.3, 3.4, 3.5, 3.6, pypy, and pypy3. Piexif would run even on IronPython. Piexif is OS independent and can run on GoogleAppEngine.
Tested on Python 2.7, 3.4, 3.5, 3.6, 3.7, pypy, and pypy3. Piexif would run even on IronPython. Piexif is OS independent and can run on GoogleAppEngine.

License
-------
Expand Down

0 comments on commit f47fb82

Please sign in to comment.