Skip to content

Commit

Permalink
dev-db/litecli: enable py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Haustein <[email protected]>
Closes: gentoo#37944
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
hamarituc authored and juippis committed Aug 13, 2024
1 parent a338123 commit 7d6c42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-db/litecli/litecli-1.11.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-db/litecli/litecli-1.11.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1

Expand Down

0 comments on commit 7d6c42b

Please sign in to comment.