We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014211 commit 30e2829Copy full SHA for 30e2829
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
rust:
17
- stable
18
- python-version: [3.10, 3.9]
+ python-version: ['3.9', '3.10']
19
steps:
20
- name: Checkout sources
21
uses: actions/checkout@v3
0 commit comments