Skip to content

Commit 135aea8

Browse files
committed
Remove python 3.7 from CI and update actions
1 parent 8de1c65 commit 135aea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
9+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
1010
os: [ubuntu-20.04, macos-11, macos-12, windows-2019]
1111
runs-on: ${{ matrix.os }}
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717

0 commit comments

Comments
 (0)