File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - name : Set up Python 3.12
16+ - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.12 '
19+ python-version : ' 3.13 '
2020 cache : ' pip' # caching pip dependencies
2121
2222 - name : Setup git
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 os : [ubuntu-latest, windows-latest, macos-latest]
18- python-version : [3.9, 3.12 ]
18+ python-version : [3.9, 3.13 ]
1919
2020 steps :
2121 - uses : actions/checkout@v4
4242 strategy :
4343 matrix :
4444 os : [windows-latest, ubuntu-latest]
45- python-version : [3.9, 3.12 ]
45+ python-version : [3.9, 3.13 ]
4646 steps :
4747 - uses : actions/checkout@v4
4848
9898 strategy :
9999 matrix :
100100 os : [windows-latest, ubuntu-latest]
101- python-version : [3.9, 3.12 ]
101+ python-version : [3.9, 3.13 ]
102102 steps :
103103 - uses : actions/checkout@v4
104104
You can’t perform that action at this time.
0 commit comments