Skip to content

Commit 6dcee38

Browse files
authored
Drop support for python 3.6 (#101)
1 parent 53ab889 commit 6dcee38

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/tox.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
python: "3.10"
2929
tox_env: "packaging"
3030

31-
- name: py36
32-
python: "3.6"
33-
tox_env: py36
3431
- name: py37
3532
python: "3.7"
3633
tox_env: py37

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ classifiers =
2929
Operating System :: POSIX :: Linux
3030
Programming Language :: Python
3131
Programming Language :: Python :: 3
32-
Programming Language :: Python :: 3.6
3332
Programming Language :: Python :: 3.7
3433
Programming Language :: Python :: 3.8
3534
Programming Language :: Python :: 3.9
@@ -53,7 +52,7 @@ extend_ignore = E203
5352

5453
[options]
5554
use_scm_version = True
56-
python_requires = >=3.6
55+
python_requires = >=3.7
5756
package_dir =
5857
= src
5958
packages = find:

0 commit comments

Comments
 (0)