From 38fb226186625cb5cfb6cfd292b0da7dd786de74 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 6 Nov 2023 22:04:44 +0100 Subject: [PATCH] lowered Python version --- .github/workflows/run-pytest.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index ab50d25..0b37a9f 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -12,7 +12,7 @@ jobs: pytest: strategy: matrix: - python-version: ["3.8", "3.12"] + python-version: ["3.8", "3.11"] os: [ubuntu-latest] # can't use macOS when using service containers or container jobs runs-on: ${{ matrix.os }} services: diff --git a/setup.py b/setup.py index 2de84ba..528784a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Bio-Informatics", ], keywords="",