From f536bbcfdb121f26d5693512a6a252bfb7cddd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20F=C3=A9lix?= Date: Wed, 25 Oct 2023 16:05:51 +0100 Subject: [PATCH] test python 3.12 --- .github/workflows/ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aa781d..5fa2c2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] rdkit-version: ["2022.09.02"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 5fd2963..6b5082e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="chembl_structure_pipeline", description="ChEMBL Structure Pipeline", url="https://www.ebi.ac.uk/chembl/", - author="Greg Landrum", + author="Greg Landrum, Eloy FĂ©lix", author_email="greg.landrum@t5informatics.com", license="MIT", packages=["chembl_structure_pipeline"],