File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
uses : ./.github/workflows/template-setup-e2e-test
22
22
with :
23
23
kubernetes-version : ${{ matrix.kubernetes-version }}
24
- python-version : " 3.7 "
24
+ python-version : " 3.11 "
25
25
26
26
- name : Run e2e test with ${{ matrix.experiments }} experiments
27
27
uses : ./.github/workflows/template-e2e-test
Original file line number Diff line number Diff line change 55
55
"Intended Audience :: Science/Research" ,
56
56
"Programming Language :: Python :: 3" ,
57
57
"Programming Language :: Python :: 3 :: Only" ,
58
- "Programming Language :: Python :: 3.7" ,
59
58
"Programming Language :: Python :: 3.8" ,
60
59
"Programming Language :: Python :: 3.9" ,
61
60
"Programming Language :: Python :: 3.10" ,
61
+ "Programming Language :: Python :: 3.11" ,
62
62
"License :: OSI Approved :: Apache Software License" ,
63
63
"Operating System :: OS Independent" ,
64
64
"Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments