Skip to content

Commit

Permalink
Add python 3.9 to CircleCI tests (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela97lin authored Mar 15, 2021
1 parent 96ed697 commit 888dce8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ workflows:
- unit_tests:
matrix:
parameters:
python_version: [ "3.7" ]
python_version: [ "3.7", "3.9" ]
core_dependencies: [ false ]
codecov: [ false ]
name: "linux python << matrix.python_version >> unit tests, core dependencies << matrix.core_dependencies >>, codecov << matrix.codecov >>"
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clean:

.PHONY: html
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html $(SPHINXOPTS)
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html $(SPHINXOPTS) -j 'auto'
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Release Notes
* Removed ``data_checks`` parameter, ``data_check_results`` and data checks logic from ``AutoMLSearch`` :pr:`1935`
* Documentation Changes
* Testing Changes
* Remove ``build_docs`` CI job in favor of RTD GH builder :pr:`1974`
* Removed ``build_docs`` CI job in favor of RTD GH builder :pr:`1974`
* Added tests to confirm support for Python 3.9 :pr:`1724`

.. warning::

Expand Down

0 comments on commit 888dce8

Please sign in to comment.