Skip to content

Commit

Permalink
Update CI to Python 3.11 to match latest ChimeraX
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 21, 2023
1 parent d4c334a commit c7c676c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
matrix:
include:
- os: ubuntu-latest
python-version: 3.9 # Need to match that used by ChimeraX
python-version: 3.11 # Need to match that used by ChimeraX
with_qt:
- os: macos-latest
python-version: 3.9 # Need to match that used by ChimeraX
python-version: 3.11 # Need to match that used by ChimeraX
with_qt: true
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c7c676c

Please sign in to comment.