Skip to content

Commit a895220

Browse files
committed
Update pythonpackage.yml
1 parent 248ce14 commit a895220

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pythonpackage.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
strategy:
99
matrix:
1010
os: [windows-latest, ubuntu-latest, macos-latest]
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11.0", "3.12.0-rc.3"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
12+
include:
13+
- { os: ubuntu-latest, python-version: "3.7" }
14+
- { os: windows-latest, python-version: "3.7" }
15+
- { os: macos-12, python-version: "3.7" }
1216
defaults:
1317
run:
1418
shell: bash

0 commit comments

Comments
 (0)