diff options
| author | Benjamin Cabé <benjamin@zephyrproject.org> | 2025-10-23 17:25:08 +0200 |
|---|---|---|
| committer | Torsten Tejlmand Rasmussen <torsten.rasmussen@nordicsemi.no> | 2026-02-02 08:22:15 +0100 |
| commit | 24aef157aead07f813f874f43ee471b057e622cb (patch) | |
| tree | 57cbb867898e31f9efb3fcce0997ecd3267ea1cc /setup.cfg | |
| parent | ffb54593b899c42fe70e55d26e02d4cd4a9ca53d (diff) | |
drop support for Python 2.x as it is very much EOL
A follow-up to b96a5ad562deffa697d966c29546650aae645f48 where we stopped
having CI run tests on Python 2.x. This actually drops the few remaining
Python 2.x compatibility bits as Python 2.x has EOL'd a long time ago.
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,3 @@ -[bdist_wheel] -# We support both Python 2 and Python 3 -universal = 1 - [metadata] # Include the license file in wheels license_file = LICENSE.txt |
