File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 python :
10- - 3.6
10+ - 3.7
1111 - 3.9
1212 - " 3.10"
1313 platform :
Original file line number Diff line number Diff line change @@ -3,7 +3,3 @@ norecursedirs=dist build .tox .eggs
33addopts =--doctest-modules
44doctest_optionflags =ALLOW_UNICODE ELLIPSIS
55filterwarnings =
6- # Suppress deprecation warning in flake8
7- ignore:SelectableGroups dict interface is deprecated::flake8
8- # Suppress deprecation warning in pypa/packaging#433
9- ignore:The distutils package is deprecated::packaging.tags
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ classifiers =
1515[options]
1616packages = find_namespace:
1717include_package_data = true
18- python_requires = >=3.6
18+ python_requires = >=3.7
1919install_requires =
2020 zipp>=0.5
2121 typing-extensions>=3.6.4; python_version < "3.8"
You can’t perform that action at this time.
0 commit comments