diff --git a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild b/dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild similarity index 95% rename from dev-python/hdf5storage/hdf5storage-0.1.19.ebuild rename to dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild index 7f3fde5..33230b9 100644 --- a/dev-python/hdf5storage/hdf5storage-0.1.19.ebuild +++ b/dev-python/hdf5storage/hdf5storage-0.1.19-r1.ebuild @@ -4,7 +4,7 @@ EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 pypi DESCRIPTION="Python library for using HDF5 formatted files, incl. MAT files"