Remove Python 3.5 support

This commit is contained in:
Boston Walker
2022-01-12 15:53:05 -05:00
parent 6070370193
commit d6c7b01ddf
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Build wheels
env:
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
- uses: actions/upload-artifact@v2

View File

@@ -47,7 +47,7 @@ packages = [
build = "build.py"
[tool.poetry.dependencies]
python = "^3.5"
python = "^3.6"
[tool.poetry.dev-dependencies]