Skip to content

Commit 5638a0b

Browse files
committed
CI: Run installation tests on Python 3.10
1 parent c57aad4 commit 5638a0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ jobs:
117117
python-version: [3.7, 3.8, 3.9, "3.10"]
118118
install: [repo]
119119
include:
120-
- python-version: 3
120+
- python-version: "3.10"
121121
install: sdist
122-
- python-version: 3
122+
- python-version: "3.10"
123123
install: wheel
124-
- python-version: 3
124+
- python-version: "3.10"
125125
install: editable
126126

127127
env:

0 commit comments

Comments
 (0)