Skip to content

Commit

Permalink
keep ptyhon-3.9 in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Christian López Barrón <chris.gfz@gmail.com>
  • Loading branch information
chrizzFTD committed Dec 9, 2024
1 parent 6d4df18 commit 6dfff31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.12"]
python-version: ["3.9", "3.10", "3.12"]
include:
- python-version: "3.9"
install-arguments: ". PySide2 usd-core==21.8 PyOpenGL"
- python-version: "3.10"
install-arguments: ". PySide2 usd-core==23.2 PyOpenGL"
- python-version: "3.12"
Expand Down

0 comments on commit 6dfff31

Please sign in to comment.