@@ -7,15 +7,14 @@ name = "dummy_wx"
7
7
version = " 0.3.0"
8
8
description = " This module does nothing."
9
9
readme = " README.rst"
10
- requires-python = " >=3.6.1 "
10
+ requires-python = " >=3.7 "
11
11
keywords = [ " sphinx" , " wxpython" ,]
12
12
classifiers = [
13
13
" Intended Audience :: Developers" ,
14
14
" License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)" ,
15
15
" Operating System :: OS Independent" ,
16
16
" Programming Language :: Python" ,
17
17
" Programming Language :: Python :: 3 :: Only" ,
18
- " Programming Language :: Python :: 3.6" ,
19
18
" Programming Language :: Python :: 3.7" ,
20
19
" Programming Language :: Python :: 3.8" ,
21
20
" Programming Language :: Python :: Implementation :: CPython" ,
@@ -44,7 +43,7 @@ platforms = [ "Windows", "macOS", "Linux",]
44
43
45
44
[tool .whey ]
46
45
base-classifiers = [ " Intended Audience :: Developers" , " Operating System :: OS Independent" , " Topic :: Utilities" ,]
47
- python-versions = [ " 3.6 " , " 3. 7" , " 3.8" ,]
46
+ python-versions = [ " 3.7" , " 3.8" ,]
48
47
python-implementations = [ " CPython" ,]
49
48
platforms = [ " Windows" , " macOS" , " Linux" ,]
50
49
license-key = " LGPL-3.0-or-later"
@@ -60,7 +59,7 @@ additional-files = [
60
59
]
61
60
62
61
[tool .mypy ]
63
- python_version = " 3.6 "
62
+ python_version = " 3.8 "
64
63
namespace_packages = true
65
64
check_untyped_defs = true
66
65
warn_unused_ignores = true
0 commit comments