Skip to content

Commit f76c6cc

Browse files
authored
Update main.yml
1 parent 09e909f commit f76c6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
workflow_dispatch:
88
jobs:
99
test:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
14+
python-version: ['3.8', '3.9', '3.10']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)