File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v4
3030
3131 - name : Build wheels
32- uses : pypa/cibuildwheel@v2.19.2
32+ uses : pypa/cibuildwheel@v3.3.0
3333
3434 - uses : actions/upload-artifact@v4
3535 with :
Original file line number Diff line number Diff line change 22requires = [
33 " setuptools>=42" ,
44 " wheel" ,
5- " Cython>=0.29.13" ,
5+ " Cython>=0.29.13,<3.0 " ,
66 " oldest-supported-numpy" ,
77]
88build-backend = " setuptools.build_meta"
@@ -23,8 +23,6 @@ ignore_missing_imports = true
2323
2424[tool .cibuildwheel ]
2525build = " cp*-win_amd64 cp*-manylinux_x86_64 cp*-macosx_x86_64 cp*-macosx_arm64"
26- skip = " cp36*"
27- test-skip = " cp38-macosx_*:arm64"
2826
2927[tool .cibuildwheel .windows ]
3028test-command = " gambaterm --help"
Original file line number Diff line number Diff line change 8282 classifiers = [
8383 "Programming Language :: Python" ,
8484 "Programming Language :: Python :: 3" ,
85- "Programming Language :: Python :: 3.7" ,
8685 "Programming Language :: Python :: 3.8" ,
8786 "Programming Language :: Python :: 3.9" ,
8887 "Programming Language :: Python :: 3.10" ,
8988 "Programming Language :: Python :: 3.11" ,
89+ "Programming Language :: Python :: 3.12" ,
90+ "Programming Language :: Python :: 3.13" ,
91+ "Programming Language :: Python :: 3.14" ,
9092 ],
9193 author = "Vincent Michel" ,
9294 author_email = "vxgmichel@gmail.com" ,
You can’t perform that action at this time.
0 commit comments