Mercurial > p > roundup > code
diff setup.py @ 8313:3614cd64f4c4
build: issue2551397: remove support for python 3.6
3.7 ci build works. Make changes to make 3.7 current minimum supported
version. Also removed some references that apply only when running
under 2.7.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 May 2025 17:50:44 -0400 |
| parents | a73c88154a68 |
| children | 3bf6ad421347 |
line wrap: on
line diff
--- a/setup.py Sun May 11 17:40:23 2025 -0400 +++ b/setup.py Sun May 11 17:50:44 2025 -0400 @@ -245,7 +245,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',
