Skip to content

Commit

Permalink
Adds python3.8, closes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 13, 2020
1 parent ef75d34 commit 3528753
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -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
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
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 3528753

Please sign in to comment.