File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install Python
24
24
uses : actions/setup-python@v5
25
25
with :
26
- python-version : ' 3.9 '
26
+ python-version : ' 3.12 '
27
27
28
28
- name : Install asv
29
29
run : pip install asv==0.6.4
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- name : Checkout source
9
9
uses : actions/checkout@v4
10
- - name : Install Python 3.11
10
+ - name : Install Python 3.12
11
11
uses : actions/setup-python@v5
12
12
with :
13
- python-version : ' 3.11 '
13
+ python-version : ' 3.12 '
14
14
- name : Install Flake8 5.0.4 linter
15
15
run : pip install flake8==5.0.4 # use this version for --diff option
16
16
- name : Setup Flake8 output matcher for PR annotations
Original file line number Diff line number Diff line change 22
22
- name : Set up Python
23
23
uses : actions/setup-python@v5
24
24
with :
25
- python-version : 3.9
25
+ # Python version should be the minimum supported version
26
+ python-version : " 3.9"
26
27
27
28
- name : Install build tools
28
29
run : |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sphinx:
11
11
build :
12
12
os : ubuntu-lts-latest
13
13
tools :
14
- python : " 3.11 "
14
+ python : " 3.12 "
15
15
jobs :
16
16
# fetch the full history so that setuptools_scm can determine the
17
17
# correct version string for long PRs with many commits
You can’t perform that action at this time.
0 commit comments