diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-13 08:49:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-13 08:49:58 +0000 |
| commit | 3087c7476a05c19267b31b20359dd59bad5a86bb (patch) | |
| tree | e5bbbd854b9465b6e743fc8b6694884c0bcb2c22 /dev-python/pydantic | |
| parent | 990e232a39a4645aa993dd440c997f1a01304379 (diff) | |
| download | baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.gz baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.xz baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pydantic')
| -rw-r--r-- | dev-python/pydantic/pydantic-2.11.10.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pydantic/pydantic-2.11.7.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pydantic/pydantic-2.11.8.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pydantic/pydantic-2.11.9.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pydantic/pydantic-2.12.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pydantic/pydantic-2.12.0_alpha1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pydantic/pydantic-2.12.0_beta1.ebuild | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pydantic/pydantic-2.11.10.ebuild b/dev-python/pydantic/pydantic-2.11.10.ebuild index 0f8218a2c849..bf7e4579dae8 100644 --- a/dev-python/pydantic/pydantic-2.11.10.ebuild +++ b/dev-python/pydantic/pydantic-2.11.10.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling # py3.14: https://github.com/pydantic/pydantic/issues/11613 -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi diff --git a/dev-python/pydantic/pydantic-2.11.7.ebuild b/dev-python/pydantic/pydantic-2.11.7.ebuild index 4fda6386f8c6..0d0c25954ae6 100644 --- a/dev-python/pydantic/pydantic-2.11.7.ebuild +++ b/dev-python/pydantic/pydantic-2.11.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling # py3.14: https://github.com/pydantic/pydantic/issues/11613 -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi diff --git a/dev-python/pydantic/pydantic-2.11.8.ebuild b/dev-python/pydantic/pydantic-2.11.8.ebuild index 0f8218a2c849..bf7e4579dae8 100644 --- a/dev-python/pydantic/pydantic-2.11.8.ebuild +++ b/dev-python/pydantic/pydantic-2.11.8.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling # py3.14: https://github.com/pydantic/pydantic/issues/11613 -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi diff --git a/dev-python/pydantic/pydantic-2.11.9.ebuild b/dev-python/pydantic/pydantic-2.11.9.ebuild index 0f8218a2c849..bf7e4579dae8 100644 --- a/dev-python/pydantic/pydantic-2.11.9.ebuild +++ b/dev-python/pydantic/pydantic-2.11.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling # py3.14: https://github.com/pydantic/pydantic/issues/11613 -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi diff --git a/dev-python/pydantic/pydantic-2.12.0.ebuild b/dev-python/pydantic/pydantic-2.12.0.ebuild index 34043ba3cc37..898b6090ca20 100644 --- a/dev-python/pydantic/pydantic-2.12.0.ebuild +++ b/dev-python/pydantic/pydantic-2.12.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) PYDANTIC_CORE_PV=2.41.1 RUST_MIN_VER="1.75.0" diff --git a/dev-python/pydantic/pydantic-2.12.0_alpha1.ebuild b/dev-python/pydantic/pydantic-2.12.0_alpha1.ebuild index 07b54c5cd78f..049d7cb4bb4d 100644 --- a/dev-python/pydantic/pydantic-2.12.0_alpha1.ebuild +++ b/dev-python/pydantic/pydantic-2.12.0_alpha1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi diff --git a/dev-python/pydantic/pydantic-2.12.0_beta1.ebuild b/dev-python/pydantic/pydantic-2.12.0_beta1.ebuild index 869d0e69cc40..3e89473819ba 100644 --- a/dev-python/pydantic/pydantic-2.12.0_beta1.ebuild +++ b/dev-python/pydantic/pydantic-2.12.0_beta1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 pypi |
