Skip to content

Commit

Permalink
Add support for Python 3.9 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 4, 2021
1 parent e6da833 commit 64a2a59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
install:
- pip install --upgrade pytest # needed for cases where there is already an old pytest installed
- pip install pytest-cov # needed for the codecov uploader
Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeLog.rst
Expand Up @@ -8,7 +8,7 @@ Version 1.0 (in development)
Main changes:
-------------

* Added support for Python 3.8.
* Added support for Python 3.8 and 3.9.

* ``StatefulBrowser`` methods ``get_current_page``,
``get_current_form`` and ``get_url`` have been deprecated in favor
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -66,6 +66,7 @@ def read(fname, URL, URLImage):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],

packages=['mechanicalsoup'],
Expand Down

0 comments on commit 64a2a59

Please sign in to comment.