From 666ad89a246b0afac4767ace7aac7cbdd2b28cd2 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Mon, 28 Oct 2024 11:21:15 +0000 Subject: [PATCH] Drop support for python 3.8 --- .github/workflows/check.yml | 1 - pyproject.toml | 3 +-- tox.ini | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7f5a894c..19ba43bb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,7 +36,6 @@ jobs: - '3.11' - '3.10' - '3.9' - - '3.8' - pypy3.9 steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index a56e2cef..7459c805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ authors = [ { name = "NumFOCUS" }, ] -requires-python = ">=3.8" +requires-python = ">=3.9" classifiers = [ "Framework :: Jupyter", "Intended Audience :: Developers", @@ -26,7 +26,6 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/tox.ini b/tox.ini index f57fe033..ecff6dfd 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,6 @@ env_list = py311 py310 py39 - py38 pypy3 docs pkg_desc