From 8d440da6e07e33426f69dc665b6b476e29b0f7be Mon Sep 17 00:00:00 2001 From: sobolevn Date: Wed, 29 Apr 2020 11:37:19 +0300 Subject: [PATCH] Adds python3.8 support, closes #101, closes #90 --- .travis.yml | 12 +++++------- CHANGELOG.md | 7 +++++++ pyproject.toml | 7 +------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b23a44..750c3f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 154c9b6..0caef93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ We follow semantic versioning. +## Version 1.2.0 + +### Features + +- Adds `python3.8` support + + ## Version 1.1.1 ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index 1ba9935..1ad870f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]