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 17
17
strategy :
18
18
matrix :
19
19
os : [ubuntu-latest, windows-latest]
20
- python-version : ["3.8 ", "3.11", "3.12"]
20
+ python-version : ["3.9 ", "3.11", "3.12"]
21
21
defaults :
22
22
run :
23
23
shell : bash -l {0}
@@ -28,10 +28,10 @@ jobs:
28
28
run : |
29
29
if [[ "${GITHUB_REF}" == "refs/heads/main" || "${GITHUB_REF}" == "refs/heads/dev" ]]; then
30
30
echo "os-matrix=ubuntu-latest,windows-latest" >> $GITHUB_ENV
31
- echo "python-matrix=3.8,3. 9,3.10 ,3.11 " >> $GITHUB_ENV
31
+ echo "python-matrix=3.9,3.11 ,3.12 " >> $GITHUB_ENV
32
32
else
33
33
echo "os-matrix=ubuntu-latest" >> $GITHUB_ENV
34
- echo "python-matrix=3.11 " >> $GITHUB_ENV
34
+ echo "python-matrix=3.12 " >> $GITHUB_ENV
35
35
fi
36
36
- name : Checkout
37
37
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments