Skip to content

Commit 93d6115

Browse files
committed
Fix python_requires
1 parent 5d4f7fa commit 93d6115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ classifiers =
2121
project_urls =
2222
Bug Reports = https://github.com/python/tzdata/issues
2323
Source = https://github.com/python/tzdata
24-
python_requires = *.* # This is a data-only package
2524

2625
[options]
2726
packages = tzdata
27+
python_requires = >=2
2828
include_package_data = True
2929
package_dir =
3030
=src

0 commit comments

Comments
 (0)