Skip to content

Commit

Permalink
Add python 3.10.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
  • Loading branch information
obrix committed Feb 14, 2024
1 parent 4710d0a commit 108d2eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
abi: cp38,
version: '3.8',
}
- {
name: cp310,
version: '3.10',
}

steps:
- name: Install Linux packages
Expand Down Expand Up @@ -110,6 +114,10 @@ jobs:
name: cp38,
version: '3.8',
}
- {
name: cp310,
version: '3.10',
}

steps:
- name: Setup GraalVM
Expand Down

0 comments on commit 108d2eb

Please sign in to comment.