Skip to content

Commit

Permalink
net-libs/libwally-core: drop python3_12 from PYTHON_COMPAT
Browse files Browse the repository at this point in the history
Multiple unit tests are failing with dev-lang/python-3.12_rc1_p6.

See: ElementsProject/libwally-core#409 (comment)
  • Loading branch information
whitslack committed Aug 31, 2023
1 parent 8698bd0 commit 054821d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net-libs/libwally-core/libwally-core-0.8.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools

Expand Down
2 changes: 1 addition & 1 deletion net-libs/libwally-core/libwally-core-0.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools

Expand Down
2 changes: 1 addition & 1 deletion net-libs/libwally-core/libwally-core-0.9.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools

Expand Down
2 changes: 1 addition & 1 deletion net-libs/libwally-core/libwally-core-0.9.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools

Expand Down

0 comments on commit 054821d

Please sign in to comment.