From af5e7ae9b317727246e9717d3afddbb58791e3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A9lie=20Gorce?= <33687077+adeliegorce@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:40:44 +0100 Subject: [PATCH 1/3] Update ci.yml Removed python=3.8 from tests and added 3.11 and 3.12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c65d22ba..1f16fc46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10", "3.11", "3.12"] fail-fast: false steps: From a010389a720066c483cb1c0a978708f05aa8526d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A9lie=20Gorce?= <33687077+adeliegorce@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:51:09 +0100 Subject: [PATCH 2/3] Changed python version in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2d2e88f9..81f5c77f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,8 +18,8 @@ platforms = OSX,Linux # https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers = Development Status :: 5 - Production/Stable - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Intended Audience :: Science/Research License :: OSI Approved Natural Language :: English From 87cf0faf55f57f79d42bf71b8095876efe1e88fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A9lie=20Gorce?= <33687077+adeliegorce@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:02:51 +0100 Subject: [PATCH 3/3] Added python 3.11 and 3.12 to classifiers in setup.cfg --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 81f5c77f..04d83d1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,8 @@ classifiers = Development Status :: 5 - Production/Stable Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Intended Audience :: Science/Research License :: OSI Approved Natural Language :: English