Skip to content

Commit 72aefeb

Browse files
committed
Changement de la dernière version python utilisable en 3.9
1 parent 18bfd1f commit 72aefeb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.8'
23+
python-version: '3.9'
2424

2525
- name: Install dependencies
2626
run: |
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v5
4747
with:
48-
python-version: '3.8'
48+
python-version: '3.9'
4949

5050
- name: Install build tools
5151
run: |

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: "3.8"
16+
python-version: "3.9"
1717

1818
- name: Install dependencies
1919
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.1"
88
description = "A graphical and compact library for the Numworks calculator and its emulator"
99
keywords = ["visual", "Numworks", "algorithm", "calculator", "python"]
1010
readme = "README.md"
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
license = {text = "MIT"}
1313

1414
authors = [

0 commit comments

Comments
 (0)