File tree Expand file tree Collapse file tree 5 files changed +15
-19
lines changed
Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
2424 - name : Checkout code
2525 uses : actions/checkout@v4
2626
27- - name : Run Tests (Py38 -TF2.9)
27+ - name : Run Tests (Py39 -TF2.9)
2828 uses : ./.github/actions/keras_application_test
2929 with :
3030 tf_version : ' 2.9.0'
31- python_version : ' 3.8 '
31+ python_version : ' 3.9 '
3232 ort_version : ' 1.16.3'
3333 onnx_version : ' 1.16.1'
3434
3535 - name : Upload Test Results
3636 if : always()
3737 uses : actions/upload-artifact@v4
3838 with :
39- name : Test Results (Py38 -TF2.9-ubuntu)
39+ name : Test Results (Py39 -TF2.9-ubuntu)
4040 path : ./**/test-results-*.xml
4141
4242 Test_max_py_with_latest_tf : # Do not change this name because it is used in Ruleset of this repo.
Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ jobs:
2323 - name : Checkout code
2424 uses : actions/checkout@v4
2525
26- - name : Run Tests (Py38 -TF2.9)
26+ - name : Run Tests (Py39 -TF2.9)
2727 uses : ./.github/actions/keras_unit_test
2828 with :
2929 tf_version : ' 2.9.0'
30- python_version : ' 3.8 '
30+ python_version : ' 3.9 '
3131 ort_version : ' 1.16.3'
3232 onnx_version : ' 1.16.1'
3333
3434 - name : Upload Test Results
3535 if : always()
3636 uses : actions/upload-artifact@v4
3737 with :
38- name : Test Results (Py38 -TF2.9-ubuntu)
38+ name : Test Results (Py39 -TF2.9-ubuntu)
3939 path : ./**/test-results-*.xml
4040
4141 Test_max_py_with_latest_tf : # Do not change this name because it is used in Ruleset of this repo.
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 - name : Checkout code
2525 uses : actions/checkout@v4
2626
27- - name : Run Tests (Py38 -TF2.9-18)
27+ - name : Run Tests (Py39 -TF2.9-18)
2828 uses : ./.github/actions/pretrained_model_test
2929 with :
3030 os : ' ubuntu-latest'
3131 tf_version : ' 2.9.0'
32- python_version : ' 3.8 '
32+ python_version : ' 3.9 '
3333 ort_version : ' 1.16.3'
3434 onnx_version : ' 1.16.1'
3535 opset_version : ' 18'
3939 if : always()
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : Test Results (Py38 -TF2.9-18-ubuntu)
42+ name : Test Results (Py39 -TF2.9-18-ubuntu)
4343 path : ./**/test-results-*.xml
4444
4545 Test_max_py_with_latest_tf : # Do not change this name because it is used in 'publish-test-results' section below.
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 - name : Checkout code
2525 uses : actions/checkout@v4
2626
27- - name : Run Tests (Py38 -TF2.9-18)
27+ - name : Run Tests (Py39 -TF2.9-18)
2828 uses : ./.github/actions/unit_test
2929 with :
3030 os : ' ubuntu-latest'
3131 tf_version : ' 2.9.0'
32- python_version : ' 3.8 '
32+ python_version : ' 3.9 '
3333 ort_version : ' 1.16.3'
3434 onnx_version : ' 1.16.1'
3535 opset_version : ' 18'
3939 if : always()
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : Test Results (Py38 -TF2.9-18-ubuntu)
42+ name : Test Results (Py39 -TF2.9-18-ubuntu)
4343 path : ./**/test-results-*.xml
4444
4545 Test_max_py_with_latest_tf : # Do not change this name because it is used in Ruleset of this repo.
@@ -74,17 +74,13 @@ jobs:
7474 fail-fast : false
7575 matrix :
7676 name :
77- - ' py38-tf2.13'
7877 - ' py39-tf2.15'
7978 os : ['ubuntu-latest', 'windows-2022']
8079 opset_version : ['18', '15']
8180 ort_version : ['1.16.3']
8281 onnx_version : ['1.16.1']
8382 skip_tflite : ['False']
8483 include :
85- - name : ' py38-tf2.13'
86- tf_version : ' 2.13.0'
87- python_version : ' 3.8'
8884 - name : ' py39-tf2.15'
8985 tf_version : ' 2.15.0'
9086 python_version : ' 3.9'
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ def run(self):
9595 'Topic :: Software Development :: Libraries' ,
9696 'Topic :: Software Development :: Libraries :: Python Modules' ,
9797 'Programming Language :: Python :: 3' ,
98- 'Programming Language :: Python :: 3.7' ,
99- 'Programming Language :: Python :: 3.8' ,
10098 'Programming Language :: Python :: 3.9' ,
101- 'Programming Language :: Python :: 3.10' ]
99+ 'Programming Language :: Python :: 3.10' ,
100+ 'Programming Language :: Python :: 3.11' ,
101+ 'Programming Language :: Python :: 3.12' ]
102102)
You can’t perform that action at this time.
0 commit comments