diff --git a/.github/workflows/build-trivial.yml b/.github/workflows/build-trivial.yml index 36d9b69..4a395b6 100644 --- a/.github/workflows/build-trivial.yml +++ b/.github/workflows/build-trivial.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - python-version: ['3.8', '3.10', '3.12'] + python-version: ['3.10', '3.12'] steps: - run: 'echo "No build required."' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0a9920..395a3fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,9 +19,8 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - # Ubuntu 20.04 LTS bundles Python 3.8 # Ubuntu 22.04 LTS bundles Python 3.10 - python-version: ['3.8', '3.10', '3.12'] + python-version: ['3.10', '3.12'] steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index d267d85..407056c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ versions will not be guaranteed. ------------------------------------------------------------------------------ ## Installation -Conductor requires Python 3.8+ and is currently only supported on macOS and +Conductor requires Python 3.10+ and is currently only supported on macOS and Linux machines. It has been tested on macOS 10.14 and Ubuntu 20.04. Conductor is available on PyPI and so it can be installed using `pip`.