Skip to content

Commit 2043154

Browse files
committed
2 parents d9039b0 + d9008b5 commit 2043154

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python:
10-
- 3.6
10+
- 3.7
1111
- 3.9
1212
- "3.10"
1313
platform:

pytest.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ norecursedirs=dist build .tox .eggs
33
addopts=--doctest-modules
44
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
55
filterwarnings=
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
[options]
1616
packages = find_namespace:
1717
include_package_data = true
18-
python_requires = >=3.6
18+
python_requires = >=3.7
1919
install_requires =
2020
zipp>=0.5
2121
typing-extensions>=3.6.4; python_version < "3.8"

0 commit comments

Comments
 (0)