Skip to content

Commit 0b7ff61

Browse files
authored
build: Some more minor wheel workflow changes after the py 3.9 bump (AcademySoftwareFoundation#4867)
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 967eaf8 commit 0b7ff61

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"
3231
dependencies = [
3332
"numpy>=1.19",
3433
]

0 commit comments

Comments
 (0)