diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-12-08 17:58:15 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-12-08 17:58:42 +0100 |
| commit | f5f981727e059f06e26e89dbc6249b35ee8bde5a (patch) | |
| tree | 98968854b448b05d38c011610c93bbc33d18396f /dev-python/agate-sql | |
| parent | 3a4dbd3c8b76cec53c2d41a8176d17cd5d8cab13 (diff) | |
| download | gentoo-f5f981727e059f06e26e89dbc6249b35ee8bde5a.tar.gz gentoo-f5f981727e059f06e26e89dbc6249b35ee8bde5a.tar.bz2 gentoo-f5f981727e059f06e26e89dbc6249b35ee8bde5a.zip | |
dev-python/agate-sql: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/agate-sql')
| -rw-r--r-- | dev-python/agate-sql/agate-sql-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/agate-sql/agate-sql-0.7.0.ebuild b/dev-python/agate-sql/agate-sql-0.7.0.ebuild index d3740f4f7cd4..89eb0e1d81b7 100644 --- a/dev-python/agate-sql/agate-sql-0.7.0.ebuild +++ b/dev-python/agate-sql/agate-sql-0.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |
