Skip to content

Commit

Permalink
Run Windows and MacOS CI on Python 3.11 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise authored Jul 17, 2023
1 parent 17b7267 commit 5445ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
python-version: [ '3.8', '3.9', '3.10', '3.11']
include: # Run macos and windows tests on only one python version
- os: windows-latest
python-version: '3.9' # PyTorch doesn't yet have 3.10 support on Windows (https://pytorch.org/get-started/locally/#windows-python)
python-version: '3.11'
- os: macos-latest
python-version: '3.10'
python-version: '3.11'

steps:
- name: Checkout code
Expand Down

0 comments on commit 5445ad2

Please sign in to comment.