Skip to content

Commit 8adeb1b

Browse files
Balandatfacebook-github-bot
authored andcommitted
Bump newest python version in GHA workflows to 3.10 (#1380)
Summary: Pyro with 1.8.2 now properly supports python 3.10, and so should we. This is to ensure that the CI tests run on both the min and max supported versions. Pull Request resolved: #1380 Reviewed By: saitcakmak Differential Revision: D39297200 Pulled By: Balandat fbshipit-source-id: 64687cc7c5ede8ac3912fd54032dd0c1dbf34119
1 parent a6dc457 commit 8adeb1b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/deploy_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18-
python-version: ["3.8", "3.9"]
18+
python-version: ["3.8", "3.10"]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18-
python-version: ["3.8", "3.9"]
18+
python-version: ["3.8", "3.10"]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Set up Python ${{ matrix.python-version }}

.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.8", "3.9"]
20+
python-version: ["3.8", "3.10"]
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.8", "3.9"]
47+
python-version: ["3.8", "3.10"]
4848
steps:
4949
- uses: actions/checkout@v2
5050
- uses: conda-incubator/setup-miniconda@v2

.github/workflows/test_stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
15-
python-version: ["3.8", "3.9"]
15+
python-version: ["3.8", "3.10"]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
37-
python-version: ["3.8", "3.9"]
37+
python-version: ["3.8", "3.10"]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: conda-incubator/setup-miniconda@v2
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
os: ["ubuntu-latest", "macos-latest"]
65-
python-version: ["3.8", "3.9"]
65+
python-version: ["3.8", "3.10"]
6666
steps:
6767
- uses: actions/checkout@v2
6868
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)