diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83719d7..341090d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, windows-latest, macos-latest, macos-14] exclude: - os: macos-14 diff --git a/changelog.md b/changelog.md index 9642ffb..1343d08 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ ## 0.23 +### Changed + +- Drop support for Python 3.8 + ### Fixed - Properly apply prompt format when providing `choices`