Skip to content

Commit c83ed28

Browse files
committed
Include CPythobn 3.10 in the test matrix as it is supported by PyO3 0.16.
1 parent b9d06a3 commit c83ed28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: [3.7, 3.8, 3.9]
34+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3535
platform: [
3636
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
3737
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },

0 commit comments

Comments
 (0)