Skip to content

Commit

Permalink
dev-python/schema: python3_11 compat
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Shapranov <equidamoid@gmail.com>
  • Loading branch information
Equidamoid committed Aug 8, 2023
1 parent 3e5be01 commit ae97f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_10 pypy3 )
PYTHON_COMPAT=( python3_11 pypy3 )
inherit distutils-r1 pypi

DESCRIPTION="Schema validation just got Pythonic"
Expand Down

0 comments on commit ae97f72

Please sign in to comment.