mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Include build for python 3.10 (finally)
This commit is contained in:
parent
e8e0f4e29b
commit
70b7251eae
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
uses: joerick/cibuildwheel@v1.11.0
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: "10.15"
|
||||
CIBW_BUILD: "cp{37,38,39}-*"
|
||||
CIBW_BUILD: "cp{37,38,39,310}-*"
|
||||
CIBW_SKIP: "*-win32 *-manylinux_i686"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
|
||||
CIBW_TEST_EXTRAS: "tests"
|
||||
|
1
setup.py
1
setup.py
@ -145,6 +145,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: C++'
|
||||
|
Loading…
Reference in New Issue
Block a user