nrf_sniffer_ble: drop python 3.8

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-22 11:23:53 -05:00
parent 12744d10bd
commit d6c16e211c
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,9 +1,9 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-any-r1