From 476e51d09759f05eab8949a4783c78cd229c0e7b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 11 Nov 2024 15:09:35 -0300 Subject: [PATCH] Drop Python 3.8 and 3.9 support (#217) --- .github/workflows/main.yml | 2 +- setup.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30b9f85..b58382e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - PYTHON_VERSION: ["3.8", "3.9", "3.10"] + PYTHON_VERSION: ["3.10"] steps: - uses: actions/checkout@v4 diff --git a/setup.py b/setup.py index f84dc7e..9dbcfdc 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,6 @@ "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: User Interfaces",