We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ab9f7 commit ab4163eCopy full SHA for ab4163e
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- python-version: ["3.9"]
+ python-version: ["3.9", "3.10"]
15
name: Continuous Integration
16
runs-on: "ubuntu-latest"
17
steps:
0 commit comments