File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 strategy :
77 max-parallel : 4
88 matrix :
9- python-version : [3.8, 3.9 ]
9+ python-version : [3.12.10 ]
1010 steps :
1111 - uses : actions/checkout@master
12- - name : Set up Python 3.8
12+ - name : Set up Python 3.12
1313 uses : actions/setup-python@v1
1414 with :
15- python-version : 3.8
15+ python-version : 3.12.10
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@master
15- - name : Set up Python 3.8
15+ - name : Set up Python 3.12
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.8
18+ python-version : 3.12.10
1919 - name : Install pep517
2020 run : >-
2121 python -m
Original file line number Diff line number Diff line change 88 strategy :
99 max-parallel : 4
1010 matrix :
11- python-version : [3.8 ]
11+ python-version : [3.12.10 ]
1212
1313 steps :
1414 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments