From 6daede034c17fff856dfc76f0eff2bb6f5a29604 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Tue, 5 Nov 2024 11:21:16 -0600 Subject: [PATCH] drops python 3.8 --- .github/workflows/ci.yaml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a79bb052f..b7054a9f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: if: needs.preliminary.outputs.check_doc_modified == 'failure' strategy: matrix: - python-version: [3.8, 3.9, '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11', '3.12'] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e00b4ea13..3fae0ef67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.10.15dev +*Drops compatibility with Python 3.8* + +* [Fix] Compaatibility with `prettytable>=3.12.0` + ## 0.10.14 (2024-09-18) * [Feature] Removes telemetry