* Add testing for Python 3.14 preview build * Add trove classifier for Python 3.14 * Remove support for Python 3.8
19 lines
288 B
INI
19 lines
288 B
INI
[tox]
|
|
envlist = py{39,310,311,312,313,314}-{default, use_chardet_on_py3}
|
|
|
|
[testenv]
|
|
deps = -rrequirements-dev.txt
|
|
extras =
|
|
security
|
|
socks
|
|
commands =
|
|
pytest {posargs:tests}
|
|
|
|
[testenv:default]
|
|
|
|
[testenv:use_chardet_on_py3]
|
|
extras =
|
|
security
|
|
socks
|
|
use_chardet_on_py3
|