diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d0fb8620..9c168a8df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: diff --git a/README.md b/README.md index 7fcce1348..6c25c0a81 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,6 @@ The Python library documentation can be found [here][libdocs]. This library supports the following Python implementations: -- Python 3.7 -- Python 3.8 -- Python 3.9 - Python 3.10 - Python 3.11 - Python 3.12