File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ jobs:
319319 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
320320 # https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64
321321 with :
322- python-version : ' 3.8 '
322+ python-version : ' 3.9 '
323323
324324
325325 - name : Build wheels
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ classifiers = [
1616 " Natural Language :: English" ,
1717 " Operating System :: OS Independent" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.8" ,
2019 " Programming Language :: Python :: 3.9" ,
2120 " Programming Language :: Python :: 3.10" ,
2221 " Programming Language :: Python :: 3.11" ,
@@ -28,7 +27,7 @@ classifiers = [
2827 " Topic :: Multimedia :: Video :: Display" ,
2928 " Topic :: Software Development :: Libraries :: Python Modules" ,
3029]
31- requires-python = " >= 3.8 "
30+ requires-python = " >= 3.9 "
3231dependencies = [
3332 " numpy>=1.19" ,
3433]
You can’t perform that action at this time.
0 commit comments