From 8d69df65d25ea4b0ca061f7d9d801c82ea54df9c Mon Sep 17 00:00:00 2001 From: Peter Kroon Date: Fri, 6 Sep 2024 12:36:19 +0200 Subject: [PATCH] Add Py3.12 to the tests, remove py3.8 --- .github/workflows/deploy.yml | 6 +++--- .github/workflows/run_tests.yml | 6 +++--- pyproject.toml | 1 + setup.cfg | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84584b2a4..7e223e3ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,16 +18,16 @@ jobs: strategy: matrix: - py_version: ["3.8", "3.9", "3.10", "3.11"] + py_version: ["3.9", "3.10", "3.11", "3.12"] include: - - py_version: "3.8" - WITH_CODECOV: true - py_version: "3.9" WITH_CODECOV: true - py_version: "3.10" WITH_CODECOV: true - py_version: "3.11" WITH_CODECOV: true + - py_version: "3.12" + WITH_CODECOV: true steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index d2b9acf77..fa2e10b2d 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -20,16 +20,16 @@ jobs: strategy: matrix: - py_version: ["3.8", "3.9", "3.10", "3.11"] + py_version: ["3.9", "3.10", "3.11", "3.12"] include: - - py_version: "3.8" - WITH_CODECOV: true - py_version: "3.9" WITH_CODECOV: true - py_version: "3.10" WITH_CODECOV: true - py_version: "3.11" WITH_CODECOV: true + - py_version: "3.12" + WITH_CODECOV: true steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index b2a592a45..980ae368e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ requires = [ "setuptools >= 30.3.0", "pbr", ] +build-backend = "pbr.build" [tool.pytest.ini_options] addopts = "--import-mode=importlib" diff --git a/setup.cfg b/setup.cfg index fb0f3fc2b..c51c299e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,10 +17,10 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - 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 + Programming Language :: Python :: 3.12 Topic :: Scientific/Engineering :: Bio-Informatics Topic :: Scientific/Engineering :: Chemistry keywords = martini MD martinize