Skip to content

Commit

Permalink
[Dev Env] Remove support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Apr 21, 2024
1 parent 52e0fb9 commit e7b30a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-trivial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."'
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit e7b30a9

Please sign in to comment.