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 @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - uses : actions/checkout@v4
20- - name : Set up Python 3.6
20+ - name : Set up Python 3.8
2121 uses : actions/setup-python@v4
2222 with :
23- python-version : 3.6
23+ python-version : 3.8
2424
2525 - name : Install dependencies
2626 run : pip install wheel setuptools
4141 strategy :
4242 matrix :
4343 os : [ windows-2019, ubuntu-24.04, macos-13 ]
44- python-version : [ 3.7, 3.8, 3.9 ]
44+ python-version : [ 3.7, 3.8, 3.9]
4545 tf-version : [2.7.0, 2.8.0, 2.9.0]
4646
4747 steps :
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-24.04
1515 steps :
1616 - uses : actions/checkout@v4
17- - name : Set up Python 3.6
17+ - name : Set up Python 3.8
1818 uses : actions/setup-python@v4
1919 with :
20- python-version : 3.6
20+ python-version : 3.8
2121
2222 - name : Install dependencies
2323 run : pip install wheel setuptools
You can’t perform that action at this time.
0 commit comments