Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 18, 2021
2 parents 9f1822e + eca1c4c commit 340d0e0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- local
python:
- pypy3
- 3.6
- 3.7
- 3.9
- "3.10"
platform:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/2930.change.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require Python 3.7
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ filterwarnings=
## upstream
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8
# Suppress deprecation warning in pypa/packaging#433
ignore:The distutils package is deprecated::packaging.tags
## end upstream

# /~https://github.com/pypa/setuptools/issues/1823
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project_urls =
packages = find_namespace:
# disabled as it causes tests to be included #2505
# include_package_data = true
python_requires = >=3.6
python_requires = >=3.7
install_requires =

[options.packages.find]
Expand Down

0 comments on commit 340d0e0

Please sign in to comment.