Skip to content

Commit

Permalink
support Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 9, 2021
1 parent 5f668cc commit 910b229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The examples in this file can be also run on Jupyter Notebook. <br />

## Requirement

- Python 3.6, 3.7, or 3.8
- Python 3.6, 3.7, 3.8, or 3.9

*****

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
packages=find_packages(exclude=['docs', 'tests']),
install_requires=[
Expand Down

0 comments on commit 910b229

Please sign in to comment.