Skip to content

Commit

Permalink
Remove pin to 3.10.6 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe committed Sep 29, 2022
1 parent 59082b9 commit 0bf6de9
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 @@ -30,12 +30,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10.6' ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
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)
- os: macos-latest
python-version: '3.10.6'
python-version: '3.10'

steps:
- name: Checkout code
Expand Down

0 comments on commit 0bf6de9

Please sign in to comment.