Skip to content

Commit 1bcba81

Browse files
authored
Fix Python versions for Github action (3.9 to 3.13) (#33)
1 parent d22aa20 commit 1bcba81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 5
1111
matrix:
12-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
12+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1313

1414
steps:
1515
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
![Python package](https://github.com/CNR-Engineering/PyTelTools/workflows/Python%20package/badge.svg)
55

6-
Tested versions: 3.7, 3.8, 3.9, 3.10 et 3.11.
6+
Tested versions: 3.9, 3.10, 3.11, 3.12 and 3.13.
77

88
* [Documentations](#documentations)
99
* [Installation and requirements](#installation-and-requirements)

0 commit comments

Comments
 (0)