Skip to content

Commit 78b3d57

Browse files
committed
Adding python3.9
1 parent 72e0379 commit 78b3d57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonBindings-PR.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macOS-latest, windows-latest]
23-
python-version: ["3.11"]
23+
python-version: ["3.9"]
2424
BUILD_TYPE: [Release]
2525

2626
steps:

.github/workflows/pythonBindings-Pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, macOS-latest, windows-latest]
26-
python-version: ["3.10", "3.11"]
26+
python-version: ["3.9", "3.10", "3.11"]
2727
BUILD_TYPE: [Release]
2828

2929
steps:

0 commit comments

Comments
 (0)