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",