Skip to content

Commit

Permalink
chore: update supported python version classifiers
Browse files Browse the repository at this point in the history
* dropped support for python 3.5
* added support for python 3.8 and 3.9
  • Loading branch information
aexvir committed Jan 26, 2021
1 parent 5f204d9 commit 2de53b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini"]
Expand Down

0 comments on commit 2de53b9

Please sign in to comment.