Skip to content

Commit fec231b

Browse files
committed
updated python to 3.12
1 parent 8748255 commit fec231b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-python@v1
1111
with:
12-
python-version: '3.10'
12+
python-version: '3.12'
1313
architecture: 'x64'
1414
- name: Install Pylint
1515
run: |

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-python@v2
3535
with:
36-
python-version: '3.9'
36+
python-version: '3.12'
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
@@ -62,6 +62,6 @@ jobs:
6262
- uses: actions/checkout@v2
6363
- uses: actions/setup-python@v2
6464
with:
65-
python-version: '3.9'
65+
python-version: '3.12'
6666
- name: Doc check
6767
run: dev_tools/nbfmt

0 commit comments

Comments
 (0)