Skip to content

Commit 7b72b0f

Browse files
committed
Delete python version 3.8.x from test
1 parent e40704b commit 7b72b0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
steps:
66
- name: Checkout
77
uses: actions/checkout@v1
8-
- name: Setup python 3.8
8+
- name: Setup python 3.10
99
uses: actions/setup-python@v1
1010
with:
11-
python-version: 3.8
11+
python-version: 3.10
1212
- name: Install pre-commit
1313
run: pip install pre-commit
1414
- name: Run pre-commit
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python-version: ['3.8.x', '3.9.x', '3.10.x', '3.11.x']
20+
python-version: ['3.9.x', '3.10.x', '3.11.x']
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v1

0 commit comments

Comments
 (0)