1
0
mirror of synced 2024-06-08 13:47:54 +02:00

sci-visualization/niicat: PYTHON_COMPAT update

This commit is contained in:
Horea Christian 2021-07-30 15:17:34 -04:00
parent f77247b0e1
commit aa041998e9

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 git-r3