From eadaef19697491051b58bb1ef897517a7d352cd8 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Tue, 20 Feb 2024 15:17:27 +0100 Subject: [PATCH] revert python 3.8 deprecation --- .github/workflows/ci.yml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f51dcfca5..cc5ec9c17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: strategy: matrix: tag: [latest] - python-version: ['3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10'] fail-fast: false runs-on: ubuntu-latest diff --git a/setup.cfg b/setup.cfg index a05724fa9..c88199716 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifiers = packages = find: install_requires = PyCifRW~=4.4 - aiida-core>=2.5,<3 + aiida-core>=2.1,<3 aiidalab>=21.11.2 aiidalab-eln>=0.1.2,~=0.1 ansi2html~=1.6 @@ -36,7 +36,7 @@ install_requires = nglview~=3.0 spglib>=1.14,<3 vapory~=0.1.2 -python_requires = >=3.9 +python_requires = >=3.8 include_package_data = True zip_safe = False