net-misc/fb-client: Update python support to 3.10, 3.11

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-08-20 17:45:03 +02:00
parent 63f22c700a
commit 9bb4e03381
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
DIST fb-client-2.3.0.tar.gz 23930 BLAKE2B f4ccdd9e7cabf27c0b3fa652dd21cb704ad67d301c82c985c0c249595b6069b84409aea794649e3e671c07e1e6b4013a676870e1bb7e42e42d05ecd39a7a17f1 SHA512 d41e3cdf8c20136bc7394bcd1ceb521e42e1038e8f00c7fc939d3f1b066742453f18c095bd31efa3f0a20a5ad79713475e8a889d0138591f013e91d7361a26aa

View File

@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-r1

View File

@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{10..11} )
inherit python-r1