From ca3a8569854977fb96ed974488857f995bc5b01f Mon Sep 17 00:00:00 2001 From: anasves Date: Fri, 28 Jun 2024 17:34:15 +0200 Subject: [PATCH] exclude python 3.12 since it is failing with rxnmapper --- .github/workflows/test.yml | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f10be55..9328cccd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] os: - ubuntu-latest # - macos diff --git a/pyproject.toml b/pyproject.toml index cb604671..1d58f132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: Linux", # "Operating System :: OS Independent",