We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2363ca commit 63af328Copy full SHA for 63af328
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: [3.8]
+ python-version: ["3.10"]
13
steps:
14
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
15
- uses: actions/checkout@v2
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
with:
0 commit comments