Skip to content

Commit

Permalink
Does 3.4 work?
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Jul 9, 2022
1 parent 5d59f48 commit 1847de6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ def gen_packages_items():
packages=find_packages('.'),
# packages=['xdoctest', 'xdoctest.utils', 'xdoctest.docstr'],
# custom PyPI classifier for pytest plugins
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
# python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
package_data={
'xdoctest': ['py.typed', '*.pyi'],
},
Expand All @@ -242,6 +243,7 @@ def gen_packages_items():
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit 1847de6

Please sign in to comment.