Skip to content

Commit

Permalink
drop py36 support
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 7, 2022
1 parent 6c71374 commit a02de40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -13,4 +13,3 @@ strict_equality = true
warn_unused_configs = true
warn_unused_ignores = true
warn_redundant_casts = true

2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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'
Expand Down

0 comments on commit a02de40

Please sign in to comment.