File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v4
20- - name : Set up Python 3.12
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v4
20- - name : Set up Python 3.12
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v4
20- - name : Set up Python 3.12
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v4
20- - name : Set up Python 3.12
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - name : Checkout repository
1818 uses : actions/checkout@v4
1919
20- - name : Set up Python 3.12
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : " 3.12 "
23+ python-version : " 3.13 "
2424
2525 - name : Install dependencies
2626 run : |
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 - name : Checkout
4040 uses : actions/checkout@v4
4141
42- - name : Set up Python 3.12
42+ - name : Set up Python 3.13
4343 uses : actions/setup-python@v5
4444 with :
45- python-version : " 3.12 "
45+ python-version : " 3.13 "
4646
4747 - name : Install dependencies
4848 run : |
You can’t perform that action at this time.
0 commit comments