Remove Python 3.5 support
This commit is contained in:
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS: auto
|
CIBW_ARCHS: auto
|
||||||
CIBW_BUILD: cp35-* cp36-* cp37-* cp38-* cp39-* cp310-*
|
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-*
|
||||||
run: python -m cibuildwheel pkg/pypi --output-dir wheelhouse
|
run: python -m cibuildwheel pkg/pypi --output-dir wheelhouse
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ packages = [
|
|||||||
build = "build.py"
|
build = "build.py"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.5"
|
python = "^3.6"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user