Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Apr 25, 2024
1 parent eb65a7d commit a412dad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
python:
- {
name: cp38,
abi: cp38,
version: '3.8',
name: cp310,
abi: cp310,
version: '3.10',
}

steps:
Expand Down Expand Up @@ -116,8 +116,8 @@ jobs:
}
python:
- {
name: cp38,
version: '3.8',
name: cp310,
version: '3.10',
}

steps:
Expand Down

0 comments on commit a412dad

Please sign in to comment.