Skip to content

Commit 3bd827f

Browse files
committed
update workflow tests using setup-python@v3
1 parent a86bbd6 commit 3bd827f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [macos-latest, ubuntu-latest, windows-latest]
26-
python-version: ["3.8", "3.9", "3.10"]
26+
python-version: ["3.8", "3.9", "3.10", "3.11.0-alpha - 3.11.0"]
2727

2828
steps:
2929
- uses: actions/checkout@v2
3030

3131
- name: setup python ${{ matrix.python-version }} environment
3232
id: setup-python
33-
uses: actions/setup-python@v2
33+
uses: actions/setup-python@v3
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

0 commit comments

Comments
 (0)