Skip to content

Commit

Permalink
Make CI run against proper python 3.10 (facebook#337)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#337

Python 3.10 was released for a while now, let's move CI to 3.10 from 3.10-dev

Reviewed By: lsiudut

Differential Revision: D38455626

fbshipit-source-id: 2138f15ebd968a7ee864059b295ede5dfdcedfdb
  • Loading branch information
deathowl authored and facebook-github-bot committed Aug 5, 2022
1 parent 3144cf9 commit 6ae8279
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
# Ensure that all flavours are run to completion even if an other flavor failed
fail-fast: false

Expand Down

0 comments on commit 6ae8279

Please sign in to comment.