Skip to content

Commit 2e7d22d

Browse files
committed
3.8 -> 3.10 in CI
1 parent bef2178 commit 2e7d22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
strategy:
1111
matrix:
12-
python-version: [3.8]
12+
python-version: ["3.10"]
1313
steps:
1414
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1515
- uses: actions/checkout@v2
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-18.04
4949
strategy:
5050
matrix:
51-
python-version: [3.8]
51+
python-version: ["3.10"]
5252
steps:
5353
- uses: actions/checkout@v2
5454
with:

0 commit comments

Comments
 (0)