Skip to content

Commit

Permalink
Update python versions used for testing in main (facebookresearch#2679)
Browse files Browse the repository at this point in the history
Summary:
New version of fairscale breaks with python3.6. Moving to higher versions of python.

# Before submitting

- [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements)
- [ ] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)?
- [ ] Did you make sure to update the docs?
- [ ] Did you write any new necessary tests?

## What does this PR do?
Fixes # (issue).

## PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

## Did you have fun?
Make sure you had fun coding �

Pull Request resolved: fairinternal/fairseq-py#2679

Reviewed By: alexeib

Differential Revision: D32653241

Pulled By: dianaml0

fbshipit-source-id: bb81023b967f7d585fe9fb808f65cfd60cf51490
  • Loading branch information
dianaml0 authored and facebook-github-bot committed Nov 24, 2021
1 parent fb64e43 commit 91f0293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7]
python-version: [3.8, 3.9]

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 91f0293

Please sign in to comment.