File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3131 strategy :
3232 matrix :
3333 os : [ ubuntu-latest ]
34- python-version : [3.10.14, 3.11, 3.12 ]
34+ python-version : [3.10.14, 3.11]
3535 spark-version : [4.0.0, 4.1.0]
3636
3737 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 3232 strategy :
3333 matrix :
3434 os : [ubuntu-latest]
35- python-version : [3.10.14, 3.11, 3.12 ]
35+ python-version : [3.10.14, 3.11]
3636 spark-version : [4.0.0, 4.1.0]
3737 ray-version : [2.34.0, 2.40.0, 2.50.0]
3838
Original file line number Diff line number Diff line change @@ -133,12 +133,11 @@ def run(self):
133133 },
134134 install_requires = install_requires ,
135135 setup_requires = ["grpcio-tools" ],
136- python_requires = '>=3.6 ' ,
136+ python_requires = '>=3.10 ' ,
137137 classifiers = [
138138 'License :: OSI Approved :: Apache Software License' ,
139139 'Programming Language :: Python :: 3.10' ,
140140 'Programming Language :: Python :: 3.11' ,
141- 'Programming Language :: Python :: 3.12' ,
142141 ]
143142 )
144143finally :
You can’t perform that action at this time.
0 commit comments