File tree Expand file tree Collapse file tree 3 files changed +140
-130
lines changed
Expand file tree Collapse file tree 3 files changed +140
-130
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - name : checkout
1313 uses : actions/checkout@v2
14- - name : Set up Python 3.8
14+ - name : Set up Python 3.12
1515 uses : actions/setup-python@v1
16- with : { python-version: 3.8 }
16+ with : { python-version: 3.12 }
1717 - name : Install pip and pipenv
1818 run : |
1919 python -m pip install --upgrade pip
3030 steps :
3131 - name : checkout
3232 uses : actions/checkout@v2
33- - name : Set up Python 3.8
33+ - name : Set up Python 3.12
3434 uses : actions/setup-python@v1
35- with : { python-version: 3.8 }
35+ with : { python-version: 3.12 }
3636 - name : Install pip and pipenv
3737 run : |
3838 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ unicodecsv = "*"
1313setuptools = " 71.1.0"
1414
1515[requires ]
16- python_version = " 3.8 "
16+ python_version = " 3.12 "
You can’t perform that action at this time.
0 commit comments