From 33d15bf958645db46b7a36785c81767bbd4c0108 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 14 Jan 2022 16:03:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20requires-python=20?= =?UTF-8?q?=3D=20">=3D3.8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- .gitignore | 2 ++ pyproject.toml | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cff299f..edb61bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] os: ['ubuntu-latest'] steps: diff --git a/.gitignore b/.gitignore index 894cee4..3fa5818 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,5 @@ dmypy.json .DS_Store .vscode/ .firecrest-config.json + +example.submit diff --git a/pyproject.toml b/pyproject.toml index 403f9ca..225d0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ classifiers = [ "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -23,7 +22,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules" ] keywords = ["aiida", "firecrest"] -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "aiida-core@git+git://github.com/aiidateam/aiida_core@develop#egg=aiida-core", "click",