diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fccf08..32b744e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index abcdf31..f2dcfdf 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ packages=setuptools.find_packages(exclude=("tests", "docs", "examples")), include_package_data=True, classifiers=[], - python_requires=">=3.6", + python_requires=">=3.7", install_requires=parent_dir.joinpath("requirements.txt").read_text().splitlines(), ) \ No newline at end of file