Skip to content

Commit

Permalink
build: drop 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Aug 5, 2021
1 parent d799e04 commit 696539f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Expand Up @@ -16,7 +16,6 @@ classifiers =
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Expand All @@ -26,15 +25,15 @@ classifiers =
Topic :: Software Development :: Libraries :: Python Modules

[options]
python_requires = >=3.5
python_requires = >=3.6
package_dir = docstring_parser=docstring_parser
packages = find:

[options.package_data]
docstring_parser = py.typed

[tox:tox]
envlist = py{35,36,37,38,39}
envlist = py{36,37,38,39}

[testenv]
deps = pytest
Expand Down

0 comments on commit 696539f

Please sign in to comment.