Update python compatible versions and update spicetify

This commit is contained in:
Sravan Balaji
2024-06-21 20:05:35 -04:00
parent 6f5ed23ebe
commit 034ceb8b76
8 changed files with 19 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Script and module for sending desktop notifications"

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
distutils_enable_tests pytest