File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 - name : Set up Python
7979 uses : actions/setup-python@v6.0.0
8080 with :
81- python-version : " 3.10"
81+ python-version : " 3.10 || 3.14 "
8282
8383 - name : Get Python Version
8484 id : get_python_version
@@ -112,7 +112,7 @@ jobs:
112112 - uses : actions/checkout@v5.0.0
113113 - uses : actions/setup-python@v6
114114 with :
115- python-version : " 3.12"
115+ python-version : " 3.12 || 3.14 "
116116 - name : Download coverage reports
117117 uses : actions/download-artifact@v5.0.0
118118 with :
@@ -163,7 +163,7 @@ jobs:
163163 - name : Set up Python
164164 uses : actions/setup-python@v6.0.0
165165 with :
166- python-version : " 3.10"
166+ python-version : " 3.10 || 3.14 "
167167 - name : Get Python Version
168168 id : get_python_version
169169 run : echo "python_version=$(python --version)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments