Skip to content

Commit abfbc73

Browse files
Balandatfacebook-github-bot
authored andcommitted
Run CI against python 3.9 (#849)
Summary: Pull Request resolved: #849 Reviewed By: danielrjiang Differential Revision: D29403826 Pulled By: Balandat fbshipit-source-id: e9c5c7da3337da4a19a9db1bd8aac39f4ab782ac
1 parent 2d10d77 commit abfbc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
20-
python-version: [3.7, 3.8]
20+
python-version: [3.7, 3.8, 3.9]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
47-
python-version: ["3.7", "3.8"]
47+
python-version: ["3.7", "3.8", "3.9"]
4848
steps:
4949
- uses: actions/checkout@v2
5050
- uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)