File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ CHECK_SHA256=.github/scripts/check_sha256.sh
1010# List python versions
1111ls /opt/python
1212
13- if [ $PYTHON_VERSION == " 3.8" ]; then
14- PYBIN=" /opt/python/cp38-cp38/bin"
15- elif [ $PYTHON_VERSION == " 3.9" ]; then
13+ if [ $PYTHON_VERSION == " 3.9" ]; then
1614 PYBIN=" /opt/python/cp39-cp39/bin"
1715elif [ $PYTHON_VERSION == " 3.10" ]; then
1816 PYBIN=" /opt/python/cp310-cp310/bin"
Original file line number Diff line number Diff line change 66# List python versions
77ls /opt/python
88
9- if [ $PYTHON_VERSION == " 3.8" ]; then
10- PYBIN=" /opt/python/cp38-cp38/bin"
11- elif [ $PYTHON_VERSION == " 3.9" ]; then
9+ if [ $PYTHON_VERSION == " 3.9" ]; then
1210 PYBIN=" /opt/python/cp39-cp39/bin"
1311elif [ $PYTHON_VERSION == " 3.10" ]; then
1412 PYBIN=" /opt/python/cp310-cp310/bin"
Original file line number Diff line number Diff line change @@ -298,6 +298,10 @@ def mac_libraw_compile():
298298 'License :: OSI Approved :: MIT License' ,
299299 'Programming Language :: Cython' ,
300300 'Programming Language :: Python :: 3' ,
301+ 'Programming Language :: Python :: 3.9' ,
302+ 'Programming Language :: Python :: 3.10' ,
303+ 'Programming Language :: Python :: 3.11' ,
304+ 'Programming Language :: Python :: 3.12' ,
301305 'Operating System :: MacOS' ,
302306 'Operating System :: Microsoft :: Windows' ,
303307 'Operating System :: POSIX' ,
You can’t perform that action at this time.
0 commit comments