diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 82f2873..b4ff262 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,8 +1,16 @@ cdt_name: -- cos7 +- conda channel_sources: - conda-forge channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 +pin_run_as_build: + python: + min_pin: x.x + max_pin: x.x +python: +- 3.12.* *_cpython +python_min: +- '3.9' diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9c8c39a..e8e969a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @jakirkham @nicoddemus \ No newline at end of file +* @jakirkham @matthewfeickert @nicoddemus @ofek \ No newline at end of file diff --git a/README.md b/README.md index 79e3b92..7657f15 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Package license: Apache-2.0 Summary: Core utilities for Python packages +Development: https://github.com/pypa/packaging + +Documentation: https://packaging.pypa.io/ + Current build status ==================== @@ -144,5 +148,7 @@ Feedstock Maintainers ===================== * [@jakirkham](https://github.com/jakirkham/) +* [@matthewfeickert](https://github.com/matthewfeickert/) * [@nicoddemus](https://github.com/nicoddemus/) +* [@ofek](https://github.com/ofek/)