Skip to content

Commit a02de40

Browse files
committed
drop py36 support
1 parent 6c71374 commit a02de40

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy-3.7]
18+
python-version: [3.7, 3.8, 3.9, 3.10-dev, pypy-3.7]
1919
exclude:
2020
# pywin32 not available
2121
- os: windows-latest

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ strict_equality = true
1313
warn_unused_configs = true
1414
warn_unused_ignores = true
1515
warn_redundant_casts = true
16-

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers =
2727
py_modules = jupyter
2828
packages = find:
2929
include_package_data = True
30-
python_requires = >=3.6
30+
python_requires = >=3.7
3131
install_requires =
3232
traitlets
3333
pywin32>=1.0 ; sys_platform == 'win32' and platform_python_implementation != 'PyPy'

0 commit comments

Comments
 (0)