We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb120d commit a049037Copy full SHA for a049037
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
fail-fast: false
33
matrix:
34
- python-version: [3.7, 3.8, 3.9]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
35
platform: [
36
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
37
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
0 commit comments