Skip to content

Commit d232108

Browse files
authored
Update main.yml
add Python 3.11, use latest version of GHAs
1 parent 3dd5f34 commit d232108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [windows-latest, ubuntu-latest, macos-latest]
24-
python-version: [3.7, 3.8, 3.9, '3.10']
23+
os: [windows-latest, ubuntu-latest, macos-13]
24+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
2525

2626
steps:
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v1
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

3232
- name: Checkout master branch
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434

3535
- name: Install dependencies
3636
run: |

0 commit comments

Comments
 (0)