Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit c896ab2

Browse files
author
Shu Shen
committed
chore: remove EoL Python 3.7 from test matrix
1 parent 8c253f0 commit c896ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
build:
1818

1919
runs-on: ${{ matrix.os }}
20-
strategy:
20+
strategy:
2121
max-parallel: 6
22-
matrix :
22+
matrix :
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
python-version: ['3.7', '3.8', '3.9', '3.10']
24+
python-version: ['3.8', '3.9', '3.10']
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)