Skip to content

Commit

Permalink
Reflect intent to drop Python 2 support
Browse files Browse the repository at this point in the history
Closes #64
  • Loading branch information
sigmavirus24 committed Oct 13, 2021
1 parent 49ecc93 commit c192590
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog - uritemplate
=======================

4.1.1 - 2021-10-13
------------------

- Fix setup.cfg metadata to reflect lack of support for Python 2 as desired in
4.0

4.1.0 - 2021-10-12
------------------

Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ classifiers =
License :: OSI Approved :: Apache Software License
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Expand All @@ -29,7 +27,7 @@ keywords = rfc 6570 uri template

[options]
packages = find:
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
python_requires = >=3.6
include_package_data = True

[options.package_data]
Expand Down

0 comments on commit c192590

Please sign in to comment.