From 88ab0a51589a7ca358d403c260801c865bb87c66 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Mon, 20 Jan 2025 18:45:07 +0100 Subject: [PATCH 1/2] Support python 3.10 --- .github/workflows/ci.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8c91570..9b0e0367 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - python-version: ['3.12'] + python-version: ['3.10', '3.13'] aiida-version: ['stable'] steps: diff --git a/pyproject.toml b/pyproject.toml index aa085338..b05d54d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ 'License :: OSI Approved :: MIT License', ] keywords = ["workflow"," icon", "aiida", "aiida-workgraph"] -requires-python = '>=3.12' +requires-python = '>=3.10' dependencies = [ "numpy", "isoduration", From f646ead8b2525912f0bacddc791c56e521465cbc Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Mon, 27 Jan 2025 05:52:07 +0100 Subject: [PATCH 2/2] Add py3.11 and py3.12 to CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b0e0367..a3501211 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - python-version: ['3.10', '3.13'] + python-version: ['3.10', '3.11', '3.12', '3.13'] aiida-version: ['stable'] steps: