Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 671e965

Browse files
committed
Shift Python 3 supported versions up to 3.5/3.6
1 parent c429395 commit 671e965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
'Topic :: Scientific/Engineering :: Mathematics',
1717
'Topic :: Software Development :: Libraries :: Python Modules',
1818
'Programming Language :: Python :: 2.7',
19-
'Programming Language :: Python :: 3.3',
20-
'Programming Language :: Python :: 3.4',
19+
'Programming Language :: Python :: 3.5',
20+
'Programming Language :: Python :: 3.6',
2121
]
2222

2323
KEYWORDS = 'color math conversions'

0 commit comments

Comments
 (0)