From eabfdf07ba8d637cb18219321c762cc19e0a2959 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Tue, 12 Mar 2024 07:40:47 +0100 Subject: [PATCH] Deprecate py3.8 where AWB already deprecated it --- .github/workflows/ci.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad7c72840..e1645e175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: tag: [latest] - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.9', '3.10'] fail-fast: false runs-on: ubuntu-latest diff --git a/setup.cfg b/setup.cfg index 74e9c345f..1ae7ee7d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = aiida-pseudo~=1.4 filelock~=3.8 importlib-resources~=5.2 -python_requires = >=3.8 +python_requires = >=3.9 [options.packages.find] where = src