File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
name : Set up QEMU
166
166
167
167
- name : Build wheels
168
- uses : pypa/cibuildwheel@v2.11.2
168
+ uses : pypa/cibuildwheel@v2.15.0
169
169
with :
170
170
package-dir : python
171
171
output-dir : python/wheelhouse
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ def _maybe_add_library_root(lib_name):
89
89
"License :: OSI Approved :: MIT License" ,
90
90
"Programming Language :: Python :: 3" ,
91
91
"Programming Language :: Python :: 3 :: Only" ,
92
- "Programming Language :: Python :: 3.7" ,
93
92
"Programming Language :: Python :: 3.8" ,
94
93
"Programming Language :: Python :: 3.9" ,
95
94
"Programming Language :: Python :: 3.10" ,
96
95
"Programming Language :: Python :: 3.11" ,
96
+ "Programming Language :: Python :: 3.12" ,
97
97
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
98
98
],
99
99
project_urls = {
@@ -106,7 +106,7 @@ def _maybe_add_library_root(lib_name):
106
106
packages = find_packages (exclude = ["bin" ]),
107
107
package_data = package_data ,
108
108
ext_modules = [ctranslate2_module ],
109
- python_requires = ">=3.7 " ,
109
+ python_requires = ">=3.8 " ,
110
110
install_requires = [
111
111
"numpy" ,
112
112
"pyyaml>=5.3,<7" ,
You can’t perform that action at this time.
0 commit comments