dev-python/hdf5storage: Drop support for python3_9
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
49e777123c
commit
909891fcda
@ -1,9 +1,9 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
PYTHON_COMPAT=( python3_10 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for using HDF5 formatted files"
|
||||
|
Loading…
Reference in New Issue
Block a user