Skip to content

Commit 3cf4f44

Browse files
committed
✨ include 3.7, 3.8 in setup.py
1 parent 5f7d2f4 commit 3cf4f44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

templates/setup.py.jj2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ CLASSIFIERS = [
134134
{% if min_python_version <= ["3","6"] %}
135135
"Programming Language :: Python :: 3.6",
136136
{% endif %}
137+
138+
{% if min_python_version <= ["3","7"] %}
139+
"Programming Language :: Python :: 3.7",
140+
{% endif %}
141+
142+
{% if min_python_version <= ["3","8"] %}
143+
"Programming Language :: Python :: 3.8",
144+
{% endif %}
145+
137146
{%block additional_classifiers%}
138147
{%endblock %}
139148
]

0 commit comments

Comments
 (0)