Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8312:ccbfe79e1e8c | 8313:3614cd64f4c4 |
|---|---|
| 243 'Operating System :: POSIX', | 243 'Operating System :: POSIX', |
| 244 'Programming Language :: Python', | 244 'Programming Language :: Python', |
| 245 'Programming Language :: Python :: 2', | 245 'Programming Language :: Python :: 2', |
| 246 'Programming Language :: Python :: 2.7', | 246 'Programming Language :: Python :: 2.7', |
| 247 'Programming Language :: Python :: 3', | 247 'Programming Language :: Python :: 3', |
| 248 'Programming Language :: Python :: 3.6', | |
| 249 'Programming Language :: Python :: 3.7', | 248 'Programming Language :: Python :: 3.7', |
| 250 'Programming Language :: Python :: 3.8', | 249 'Programming Language :: Python :: 3.8', |
| 251 'Programming Language :: Python :: 3.9', | 250 'Programming Language :: Python :: 3.9', |
| 252 'Programming Language :: Python :: 3.10', | 251 'Programming Language :: Python :: 3.10', |
| 253 'Programming Language :: Python :: 3.11', | 252 'Programming Language :: Python :: 3.11', |
