Skip to content

Commit

Permalink
dev-python/oslo-serialization: enable py3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vaněk <[email protected]>
  • Loading branch information
arkamar committed Jun 22, 2023
1 parent 0a57385 commit e473c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1 pypi

Expand Down

0 comments on commit e473c2c

Please sign in to comment.