From 13f6ec7195f93043846c9768ec9ade1d896fa996 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 2 Feb 2024 10:55:32 +0000 Subject: [PATCH] Drop the support for py3.8 --- .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 cc5ec9c17..f51dcfca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,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 28053a96c..a05724fa9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires = nglview~=3.0 spglib>=1.14,<3 vapory~=0.1.2 -python_requires = >=3.8 +python_requires = >=3.9 include_package_data = True zip_safe = False