Skip to content

Commit 86756e7

Browse files
committed
Repair package metadata to declare python_requires exclusions correctly. Closes #103.
1 parent 37659f8 commit 86756e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

importlib_metadata/docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
importlib_metadata NEWS
33
=========================
44

5+
v1.1.2
6+
======
7+
8+
* Repaired project metadata to correctly declare the
9+
``python_requires`` directive. Closes #103.
10+
511
v1.1.1
612
======
713

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers =
1515
Programming Language :: Python :: 2
1616

1717
[options]
18-
python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4
18+
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
1919
setup_requires = setuptools-scm
2020
install_requires =
2121
zipp>=0.5

0 commit comments

Comments
 (0)