Skip to content

Commit

Permalink
remove python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rmudambi committed Oct 12, 2023
1 parent 007ec02 commit 3f72d13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**2.1.0 - 10/12/23**

- Remove explicit support for Python 3.8

**2.0.1 - 10/04/23**

- Set pipeline's returned Series' name to the pipeline's name
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

# Other docs we can link to
intersphinx_mapping = {
"python": ("https://docs.python.org/3.8", None),
"python": ("https://docs.python.org/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"tables": ("https://www.pytables.org/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
Expand Down

0 comments on commit 3f72d13

Please sign in to comment.