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",