diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 871c957d..28004e75 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest'] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] cratedb-version: ['4.8.4', '5.4.5'] include: - os: 'macos-latest' diff --git a/CHANGES.txt b/CHANGES.txt index 77270a93..3daed6e7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,7 @@ Changes for crash Unreleased ========== +- Remove QA support for Python 3.7. Thanks, @pilosus. 2023/07/06 0.30.0 ================= diff --git a/setup.py b/setup.py index a51cc85f..2f7e12f7 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,6 @@ def read(path): 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',