Skip to content

Commit

Permalink
Merge branch 'master' into omit_type_checking
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterS committed May 13, 2020
2 parents a993d91 + cd261ab commit 7eb8484
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ matrix:
- python: pypy3
- python: 3.7
dist: xenial
- python: 3.8
dist: xenial
- python: nightly
dist: xenial
# TODO: https://bugs.python.org/issue40334
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.

It is `available on PyPI <https://pypi.org/project/pyflakes/>`_
and it supports all active versions of Python: 2.7 and 3.4 to 3.7.
and it supports all active versions of Python: 2.7 and 3.4 to 3.8.



Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def get_long_description():
"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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
skip_missing_interpreters = True
envlist =
py27,py34,py35,py36,py37,pypy,pypy3
py27,py34,py35,py36,py37,py38,pypy,pypy3

[testenv]
deps = flake8==3.6.0
Expand Down

0 comments on commit 7eb8484

Please sign in to comment.