File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - uses : actions/setup-python@v6
1010 with :
11- python-version : " 3.10"
11+ python-version : " 3.10 || 3.14 "
1212 cache : " pip"
1313 -
uses :
pre-commit/[email protected] 1414
@@ -113,7 +113,7 @@ jobs:
113113 - name : Set up Python
114114 uses : actions/setup-python@v6
115115 with :
116- python-version : " 3.10"
116+ python-version : " 3.10 || 3.14 "
117117 cache : " pip"
118118
119119 - name : Install dependencies
@@ -143,7 +143,7 @@ jobs:
143143 - name : Set up Python
144144 uses : actions/setup-python@v6
145145 with :
146- python-version : " 3.10"
146+ python-version : " 3.10 || 3.14 "
147147 cache : " pip"
148148
149149 - name : Install dependencies
Original file line number Diff line number Diff line change 4040 - name : Set up Python
4141 uses : actions/setup-python@v5
4242 with :
43- python-version : " 3.10"
43+ python-version : " 3.10 || 3.14 "
4444 cache : " pip"
4545
4646 - name : Install dependencies
Original file line number Diff line number Diff line change 2929 - name : Set up Python
3030 uses : actions/setup-python@v5
3131 with :
32- python-version : 3.12
32+ python-version : 3.12 || 3.14
3333 cache : " pip"
3434
3535 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : " 3.10"
19+ python-version : " 3.10 || 3.14 "
2020 cache : " pip"
2121
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments