Skip to content

Commit f45e6a5

Browse files
committed
3.8 -> 3.10 in CI
1 parent b13d42e commit f45e6a5

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.8]
13+
python-version: ["3.10"]
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1616
- uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
python-version: [3.8]
45+
python-version: ["3.10"]
4646
steps:
4747
- uses: actions/checkout@v2
4848
with:

0 commit comments

Comments
 (0)