diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6834a7f..7e22eeb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.rst b/README.rst index b0468fa..4036692 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ A powerful financial data module used for pulling both fundamental and technical Installation ------------- -- yahoofinancials runs on Python 3.7, 3.8, 3.9, 3.10, and 3.11. +- yahoofinancials runs on Python 3.8, 3.9, 3.10, and 3.11. 1. Installation using pip: diff --git a/setup.py b/setup.py index dd8aff8..c663478 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ 'Topic :: Software Development :: Libraries :: Python Modules', 'Operating System :: OS Independent', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', diff --git a/yahoofinancials/yf.py b/yahoofinancials/yf.py index d13ca81..052269a 100644 --- a/yahoofinancials/yf.py +++ b/yahoofinancials/yf.py @@ -7,7 +7,7 @@ Author: Connor Sanders Email: jecsand@pm.me Version Released: 12/12/2023 -Tested on Python 3.7, 3.8, 3.9, 3.10, and 3.11 +Tested on Python 3.8, 3.9, 3.10, and 3.11 Copyright (c) 2023 Connor Sanders MIT License