Skip to content

Commit

Permalink
test python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Oct 25, 2023
1 parent 09a2808 commit f536bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit f536bbc

Please sign in to comment.