diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9be9641..b90cb90 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -58,7 +58,7 @@ jobs: strategy: matrix: - python-version: ['3.10','3.12'] + python-version: ['3.10', '3.13'] services: postgres: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b960bc5..2a7f53b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: - python-version: ['3.10','3.12'] + python-version: ['3.10','3.13'] services: rabbitmq: diff --git a/pyproject.toml b/pyproject.toml index 00e7797..bf3ae9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,14 +17,13 @@ classifiers = [ 'Operating System :: POSIX :: Linux', 'Operating System :: MacOS :: MacOS X', 'Programming Language :: Python', - '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', + 'Programming Language :: Python :: 3.13', ] keywords = ['aiida', 'workflows'] -requires-python = '>=3.8' +requires-python = '>=3.10' dependencies = [ "aiida-core~=2.3", "aiida-quantumespresso~=4.10,!=4.14",