提交 db5c6bc7 编写于 作者: HansBug's avatar HansBug 😆

Merge branch 'main' into dev/constraint

...@@ -62,7 +62,6 @@ jobs: ...@@ -62,7 +62,6 @@ jobs:
- 'windows-2019' - 'windows-2019'
- 'macos-10.15' - 'macos-10.15'
python: python:
- '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
...@@ -92,8 +91,6 @@ jobs: ...@@ -92,8 +91,6 @@ jobs:
architecture: x86 architecture: x86
- os: macos-10.15 - os: macos-10.15
architecture: AMD64 architecture: AMD64
- python: '3.6'
architecture: arm64
- python: '3.7' - python: '3.7'
architecture: arm64 architecture: arm64
...@@ -139,7 +136,6 @@ jobs: ...@@ -139,7 +136,6 @@ jobs:
- 'windows-2019' - 'windows-2019'
- 'macos-10.15' - 'macos-10.15'
python: python:
- '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
...@@ -169,8 +165,6 @@ jobs: ...@@ -169,8 +165,6 @@ jobs:
architecture: x86 architecture: x86
- os: macos-10.15 - os: macos-10.15
architecture: AMD64 architecture: AMD64
- python: '3.6'
architecture: arm64
- python: '3.7' - python: '3.7'
architecture: arm64 architecture: arm64
......
...@@ -52,7 +52,6 @@ jobs: ...@@ -52,7 +52,6 @@ jobs:
- 'windows-2019' - 'windows-2019'
- 'macos-10.15' - 'macos-10.15'
python: python:
- '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
...@@ -82,8 +81,6 @@ jobs: ...@@ -82,8 +81,6 @@ jobs:
architecture: x86 architecture: x86
- os: macos-10.15 - os: macos-10.15
architecture: AMD64 architecture: AMD64
- python: '3.6'
architecture: arm64
- python: '3.7' - python: '3.7'
architecture: arm64 architecture: arm64
......
...@@ -15,7 +15,6 @@ jobs: ...@@ -15,7 +15,6 @@ jobs:
os: os:
- 'ubuntu-18.04' - 'ubuntu-18.04'
python-version: python-version:
- '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
......
...@@ -21,7 +21,6 @@ jobs: ...@@ -21,7 +21,6 @@ jobs:
- 'windows-2019' # need to be fixed, see: https://github.com/opendilab/treevalue/issues/41 - 'windows-2019' # need to be fixed, see: https://github.com/opendilab/treevalue/issues/41
- 'macos-10.15' - 'macos-10.15'
python-version: python-version:
- '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'
- '3.9' - '3.9'
......
...@@ -60,7 +60,7 @@ setup( ...@@ -60,7 +60,7 @@ setup(
url='https://github.com/HansBug/treevalue', url='https://github.com/HansBug/treevalue',
# environment # environment
python_requires=">=3.6", python_requires=">=3.7",
ext_modules=cythonize( ext_modules=cythonize(
find_pyx(), find_pyx(),
language_level=3, language_level=3,
...@@ -77,7 +77,6 @@ setup( ...@@ -77,7 +77,6 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册