From 19455545207b5f70154f202774ff9821631fb210 Mon Sep 17 00:00:00 2001 From: Lukas Kluft Date: Wed, 29 Nov 2023 10:27:57 +0100 Subject: [PATCH] fixup! Drop support for Python <3.10 --- .github/workflows/build-test.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e296d0bb..bdf655bb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: name: [ubuntu, macos] - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11"] include: - name: ubuntu diff --git a/setup.cfg b/setup.cfg index f91027ed..8300dd49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,12 +10,12 @@ long_description_content_type = text/markdown classifiers = Intended Audience :: Science/Research License :: OSI Approved :: MIT License + Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 [options] -python_requires = >=3.10 +python_requires = >=3.9 packages = find_namespace: include_package_data = True install_requires =