There was an error while loading. Please reload this page.
1 parent bef2178 commit 2e7d22dCopy full SHA for 2e7d22d
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-18.04
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
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
with:
0 commit comments