diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 329f510..4c0f980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,6 @@ jobs: runs-on: windows-latest tox: windows python: - - name: CPython 3.6 - tox: py36 - action: 3.6 - name: CPython 3.7 tox: py37 action: 3.7 diff --git a/setup.py b/setup.py index 23a6e96..579928e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def find_version(*file_paths): long_description=long_description, long_description_content_type="text/markdown", version=find_version('PyQt5-stubs', '__init__.pyi'), - python_requires=">= 3.5", + python_requires=">= 3.7", package_data={"PyQt5-stubs": ['*.pyi']}, packages=["PyQt5-stubs"], extras_require={ diff --git a/tox.ini b/tox.ini index 1dc709a..fbf458c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py3{6,7,8,9,10}-{windows,linux} +envlist = py3{7,8,9,10}-{windows,linux} [testenv] deps =