Skip to content

Commit

Permalink
update CI to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Aug 17, 2024
1 parent bdf871d commit 89938cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.12"]
include:
- python-version: "3.9"
install-arguments: ". PySide2 usd-core==22.5 PyOpenGL pygraphviz"
- python-version: "3.11"
- python-version: "3.12"
install-arguments: ".[full]"
steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
uses: ts-graphviz/setup-graphviz@v1
- name: Install Required Libraries
# Needed for PySide6 CI only: https://stackoverflow.com/questions/75907862/pyside6-wsl2-importerror-libegl-so-1
if: "matrix.python-version == '3.11'"
if: "matrix.python-version == '3.12'"
run: |
sudo apt-get install -y libegl1
- name: Install
Expand Down

0 comments on commit 89938cf

Please sign in to comment.