Skip to content

Commit 37c0fcf

Browse files
python 3.9 in workflow
1 parent 6ce69df commit 37c0fcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code_checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.7.4
18+
- name: Set up Python 3.9
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.7.4"
21+
python-version: "3.9"
2222
- name: Install dependencies
2323
run: |
2424
pip install isort==5.10.1 black[jupyter]==22.3.0

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: 'recursive'
1818
- uses: actions/setup-python@v3
1919
with:
20-
python-version: '3.8.12'
20+
python-version: '3.9'
2121
- name: Install dependencies
2222
run: |
2323
pip install -r docs/requirements.txt

0 commit comments

Comments
 (0)