Skip to content

Commit 5c2f2a4

Browse files
committed
Build docs with Python 3.10
1 parent f5f96a7 commit 5c2f2a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9"]
17+
python-version: ["3.10"]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: '3.9'
18+
python-version: '3.10'
1919
- name: Install dependencies
2020
run: |
2121
sudo apt update -y

docs/examples/gwas_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20074,7 +20074,7 @@
2007420074
"name": "python",
2007520075
"nbconvert_exporter": "python",
2007620076
"pygments_lexer": "ipython3",
20077-
"version": "3.10.12"
20077+
"version": "3.9.19"
2007820078
}
2007920079
},
2008020080
"nbformat": 4,

0 commit comments

Comments
 (0)