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: 51d8d20573bbd16c2ee34bdcdd87b18031515114
  • Loading branch information
deathowl authored and facebook-github-bot committed Aug 5, 2022
1 parent 3e93e99 commit 6d24595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
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 6d24595

Please sign in to comment.