diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index be2bee72..a3765d72 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 diff --git a/.readthedocs.yml b/.readthedocs.yml index a52ab5c2..562d1fe2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,7 +15,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 + version: 3.9 install: - method: pip path: . diff --git a/setup.py b/setup.py index d626147a..e924afe5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name="amazon-braket-algorithm-library", version=version, license="Apache License 2.0", - python_requires=">= 3.8.2", + python_requires=">= 3.9", packages=find_namespace_packages(where="src", exclude=("test",)), package_dir={"": "src"}, install_requires=[