Skip to content

Commit 63af328

Browse files
committed
3.8 -> 3.10 in CI
1 parent a2363ca commit 63af328

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-latest
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
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
python-version: [3.8]
48+
python-version: ["3.10"]
4949
steps:
5050
- uses: actions/checkout@v2
5151
with:

0 commit comments

Comments
 (0)