Skip to content

Commit

Permalink
Remove CI/CD for python 3.7, 3.8 and 3.9 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucduron committed Sep 10, 2024
1 parent 665c398 commit 8deea9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/
.idea/
.pytest_cache/
venv/
.venv/

crue10/tests/data/out/*
docs/html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 8deea9b

Please sign in to comment.