Skip to content

Commit d597f44

Browse files
authored
Merge pull request #6 from karimzakzouk/Testing
Fix python version
2 parents afd245f + 2bf1fa1 commit d597f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
name: Unit Testing
1919
strategy:
2020
matrix:
21-
python-version: [3.9, 3.10, 3.11]
21+
python-version: [3.10, 3.11, 3.12]
2222
os: [ubuntu-latest, windows-latest, macos-latest]
2323
exclude:
2424
- os: windows-latest
25-
python-version: 3.9
25+
python-version: 3.10
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Python
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: "3.10"
67+
python-version: "3.12"
6868

6969
- name: Install Dependencies
7070
run: |

0 commit comments

Comments
 (0)