Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds python3.8, closes #81 #82

Merged
merged 1 commit into from Mar 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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