Skip to content

Commit

Permalink
Adding python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed May 23, 2024
1 parent 72e0379 commit 78b3d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonBindings-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ["3.11"]
python-version: ["3.9"]
BUILD_TYPE: [Release]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonBindings-Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
BUILD_TYPE: [Release]

steps:
Expand Down

0 comments on commit 78b3d57

Please sign in to comment.