Skip to content

Commit

Permalink
Add 3.9 to docs and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Mar 23, 2021
1 parent b6b513a commit 6733d71
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Expand Up @@ -6,5 +6,5 @@ source =
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
print
raise NotImplementedError
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -5,8 +5,8 @@ sphinx:
configuration: docs/conf.py

formats:
- pdf
- htmlzip
- pdf

python:
version: 3.7
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include LICENSE
include CODE_OF_CONDUCT.md
include LICENSE
include requirements.txt
include requirements-optional.txt
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -67,6 +67,7 @@ We test our package in the following versions.
* Python 3.6
* Python 3.7
* Python 3.8
* Python 3.9

## Contributor
* [Jungtaek Kim](http://jungtaek.github.io) (POSTECH)
Expand Down
4 changes: 2 additions & 2 deletions create_wheels_source.txt
@@ -1,11 +1,11 @@
# Install setuptools wheel first.
# Install setuptools wheel first
python2 setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel

# Install twine
twine upload dist/*

## (Optional) Upload to Anaconda repository.
## (Optional) Upload to Anaconda repository
~/anaconda3/bin/anaconda upload dist/*.tar.gz
# or, just
anaconda upload dist/*.tar.gz
1 change: 1 addition & 0 deletions docs/about/about_bayeso.rst
Expand Up @@ -14,6 +14,7 @@ We test our package in the following versions.
- Python 3.6
- Python 3.7
- Python 3.8
- Python 3.9

Related Package for Benchmark Functions
=======================================
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,6 +1,6 @@
pytest
pytest-timeout
pytest-benchmark
pytest-timeout
coveralls
sphinx
sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion requirements-examples.txt
@@ -1,2 +1,2 @@
scikit-learn
xgboost
scikit-learn

0 comments on commit 6733d71

Please sign in to comment.