diff options
-rw-r--r-- | sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild index 593677d31290..8f747a7a5acd 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) if [[ ${PV} = *9999* ]]; then scm_eclass=git-r3 |