Skip to content

Commit b7d11c9

Browse files
committed
ci: Add python 3.10
1 parent 9f2f126 commit b7d11c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
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.9"]
13+
python-version: ["3.10"]
1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: Configure git

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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.9"]
12+
python-version: ["3.7", "3.10"]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Configure git

0 commit comments

Comments
 (0)