diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b352769..4b00f84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy-3.7] + python-version: [3.7, 3.8, 3.9, 3.10-dev, pypy-3.7] exclude: # pywin32 not available - os: windows-latest diff --git a/pyproject.toml b/pyproject.toml index b7f01f7..dea9e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,4 +13,3 @@ strict_equality = true warn_unused_configs = true warn_unused_ignores = true warn_redundant_casts = true - diff --git a/setup.cfg b/setup.cfg index e545123..d7e6f8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = py_modules = jupyter packages = find: include_package_data = True -python_requires = >=3.6 +python_requires = >=3.7 install_requires = traitlets pywin32>=1.0 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'