Skip to content

Commit

Permalink
Merge pull request #308 from effigies/mnt/py310
Browse files Browse the repository at this point in the history
CI: Set max Python version to 3.10
  • Loading branch information
effigies committed Nov 9, 2022
2 parents 791d313 + 90375df commit 584ca61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10"]
install: [repo]
include:
- python-version: 3
- python-version: "3.10"
install: sdist
- python-version: 3
- python-version: "3.10"
install: wheel
- python-version: 3
- python-version: "3.10"
install: editable

env:
Expand Down

0 comments on commit 584ca61

Please sign in to comment.