Skip to content

Commit

Permalink
also test in 3.11 / 3.12 (#360)
Browse files Browse the repository at this point in the history
Summary:
[ci] also test in 3.11 / 3.12

3.12 is the current python stable version, we should probably make sure it works?

Pull Request resolved: #360

Reviewed By: deathowl

Differential Revision: D55368002

Pulled By: shish

fbshipit-source-id: f568762544a3218db118710ca416e2e9b397cb90
  • Loading branch information
shish authored and facebook-github-bot committed Mar 26, 2024
1 parent 57e5008 commit 5d11bb9
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.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# Ensure that all flavours are run to completion even if an other flavor failed
fail-fast: false

Expand Down

0 comments on commit 5d11bb9

Please sign in to comment.