Skip to content

Commit

Permalink
Include CPythobn 3.10 in the test matrix as it is supported by PyO3 0…
Browse files Browse the repository at this point in the history
….16.
  • Loading branch information
adamreichold committed Feb 25, 2022
1 parent 4c21cb2 commit 432abbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
platform: [
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
Expand Down

0 comments on commit 432abbd

Please sign in to comment.