Skip to content

Commit

Permalink
Merge 3528753 into ef75d34
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 13, 2020
2 parents ef75d34 + 3528753 commit 93ed29d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dist: xenial
language: python
matrix:
- python: '2.7'
- python: '3.5'
- python: '3.6'
- python: '3.7'
dist: xenial
- python: '3.8'
- python: 'pypy'
- python: 'pypy3'
cache: pip
Expand Down
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
Changelog
=========

2.8.1 (unreleased)
2.9.0 (unreleased)
------------------

- Nothing changed yet.
- Add ``python3.8`` suport.
[sobolevn]


2.8.0 (2019-12-05)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_version(file="flake8_isort.py"):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',
Expand Down

0 comments on commit 93ed29d

Please sign in to comment.