From d677192748c139d467199f127c56b5fba59f4f51 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Fri, 28 Jul 2023 14:34:08 +0200 Subject: [PATCH] Remove Python 3.7 from tests --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_release.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22d5f7a3d..2c8f9000d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,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: ["windows-latest", "ubuntu-latest"] steps: diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index e9c27bb70..9f00bdedc 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -58,7 +58,7 @@ jobs: matrix: ANSYS_VERSION: ["241"] suffix: [".pre0"] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] os: ["windows-latest", "ubuntu-latest"] steps: diff --git a/pyproject.toml b/pyproject.toml index 7d392cb80..a406a6a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "ansys-dpf-post" version = "0.4.1.dev0" description = "PyDPF-Post Python library." readme = "README.md" -requires-python = ">=3.7,<4.0" +requires-python = ">=3.8,<4.0" license = {file = "LICENSE"} authors = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"},