From 8deea9ba4ecb06a4c235a552d05315d4ffeed341 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 10 Sep 2024 08:41:15 +0200 Subject: [PATCH] Remove CI/CD for python 3.7, 3.8 and 3.9 (#8) --- .github/workflows/pythonpackage.yml | 4 ++-- .gitignore | 1 + README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 3060f5f..5693689 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -7,9 +7,9 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 5 + max-parallel: 3 matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index 98aafa4..29e64b3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ __pycache__/ .idea/ .pytest_cache/ venv/ +.venv/ crue10/tests/data/out/* docs/html diff --git a/README.md b/README.md index 3484ad0..0d70c2a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Crue10 tools [![Python package](https://github.com/CNR-Engineering/Crue10_tools/workflows/Python%20package/badge.svg)](https://github.com/CNR-Engineering/Crue10_tools/actions) [![Documentation Status](https://readthedocs.org/projects/crue10-tools/badge/?version=latest)](https://crue10-tools.readthedocs.io/fr/latest/) -Versions Python compatibles : 2.7 (plus testé), 3.7, 3.8, 3.9, 3.10, 3.11 et 3.12. +Versions Python compatibles : 2.7 (plus testé), 3.10, 3.11 et 3.12. > Outil pour manipuler des modèles 1D au format `Crue10` (code de calcul, propriétée de CNR).