Skip to content

Commit b5c7b39

Browse files
committed
Update main.yml
1 parent 887173a commit b5c7b39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
name: "${{ matrix.os }} Python ${{ matrix.python-version }}"
1616
runs-on: "${{ matrix.os }}" # for all available VM runtime, see this: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
1717
env: # define environment variables
18-
USING_COVERAGE: "3.7,3.8,3.9,3.10,3.11,3.12"
18+
USING_COVERAGE: "3.8,3.9,3.10,3.11,3.12"
1919
strategy:
2020
matrix:
2121
os: ["ubuntu-latest", "windows-latest"]
2222
# os: ["ubuntu-latest", ] # for debug only
23-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
24-
# python-version: ["3.7", ] # for debug only
23+
python-version: [""3.8", "3.9", "3.10", "3.11", "3.12"]
24+
# python-version: ["3.8", ] # for debug only
2525
exclude:
2626
- os: windows-latest # this is a useless exclude rules for demonstration use only
2727
python-version: 2.7

0 commit comments

Comments
 (0)