Skip to content

Commit

Permalink
Adds python3.8 support, closes #101, closes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 29, 2020
1 parent 66e102a commit 8d440da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
dist: xenial
language: python

matrix:
fast_finish: true
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
python:
- 3.6
- 3.7
- 3.8

before_install:
- pip freeze | xargs pip uninstall -y
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
We follow semantic versioning.


## Version 1.2.0

### Features

- Adds `python3.8` support


## Version 1.1.1

### Bugfixes
Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython"
"Operating System :: OS Independent"
]

[tool.poetry.scripts]
Expand Down

0 comments on commit 8d440da

Please sign in to comment.