Skip to content

Commit

Permalink
Make CI run against proper python 3.10 (#337)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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: 33c9cfd7d28851c7b3adbc06ac2ea77fdd21d62d
  • Loading branch information
deathowl authored and facebook-github-bot committed Aug 5, 2022
1 parent 56acb60 commit 20bd657
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 20bd657

Please sign in to comment.