From 6aa8549dfc656e3abab159fb9449e661f53b6a8b Mon Sep 17 00:00:00 2001 From: Marcell Nagy Date: Wed, 15 May 2024 09:24:17 +0100 Subject: [PATCH] Update python requirements --- .github/workflows/ci.yml | 2 +- pyproject.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fb1122..de4911f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.11"] include: # Include one that runs in the dev environment - runs-on: "ubuntu-latest" diff --git a/pyproject.toml b/pyproject.toml index 30be426..4319bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,6 @@ name = "thorlabs-mff-fastcs" classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] description = "FastCS support for the ThorLabs MFF (Motorized Filter Flipper)"