From 396ddf5f945bf189d1d57683479e5c97ce49d36e Mon Sep 17 00:00:00 2001 From: Luc DURON Date: Wed, 28 May 2025 15:45:39 +0200 Subject: [PATCH 1/2] Fix Python versions for Github action (3.9 to 3.13) --- .github/workflows/pythonpackage.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 267596a..5b0bbab 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [3.7, 3.8, 3.9, "3.10", 3.11] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index aa8a133..ca7970c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Python package](https://github.com/CNR-Engineering/PyTelTools/workflows/Python%20package/badge.svg) -Tested versions: 3.7, 3.8, 3.9, 3.10 et 3.11. +Tested versions: 3.9, 3.10, 3.11, 3.12 et 3.13. * [Documentations](#documentations) * [Installation and requirements](#installation-and-requirements) From 2e1b9ee0794bfcbd220111d9a6ddb4e92bcdf9ff Mon Sep 17 00:00:00 2001 From: Luc DURON Date: Wed, 28 May 2025 15:47:29 +0200 Subject: [PATCH 2/2] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7970c..b44df3d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Python package](https://github.com/CNR-Engineering/PyTelTools/workflows/Python%20package/badge.svg) -Tested versions: 3.9, 3.10, 3.11, 3.12 et 3.13. +Tested versions: 3.9, 3.10, 3.11, 3.12 and 3.13. * [Documentations](#documentations) * [Installation and requirements](#installation-and-requirements)