Skip to content

Commit

Permalink
Merge pull request #53 from alexander-akhmetov/python38
Browse files Browse the repository at this point in the history
Add python 3.8 to travis and tox
  • Loading branch information
alexander-akhmetov committed Nov 9, 2019
2 parents edaecaa + 8409942 commit 78b4a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ sudo: false
language: python
python:
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
install: pip install tox-travis flake8 pylint
script:
- flake8 telegram
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changelog
- Added a new parameter to the ``call_method``: ``block=False``. If it is set to ``True``, the method waits for the result from tdlib.
- Added ``Telegram.get_message`` method (thanks to @ali-shokoohi)
- Fixed a race condition when in some cases ``AsyncResult.wait()`` could raise ``TimeoutError`` or end up in an endless loop. (thanks to @akamaus)
- Added a new meyhod: ``get_user``.
- Added a new method: ``get_user``.

[0.10.0] - 2019-04-10

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = mypy,flake8,pylint,py37,py36
envlist = mypy,flake8,pylint,py37,py36,py38
basepython = python37

[testenv]
Expand Down

0 comments on commit 78b4a90

Please sign in to comment.