Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pint doesn't support python 3.13 yet #889

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

beenje
Copy link
Contributor

@beenje beenje commented Oct 26, 2024

Checklist

  • Used a static YAML file for the patch if possible (instructions).
  • Ran pre-commit run -a and ensured all files pass the linting checks.
  • Ran python show_diff.py and posted the output as part of the PR.
  • Modifications won't affect packages built in the future.

Pint doesn't support python 3.13 yet. See hgrecco/pint#2037

$ python show_diff.py --use-cache --subdirs noarch
================================================================================
================================================================================
noarch
noarch::pint-0.10-py_0.tar.bz2
noarch::pint-0.10-py_1.tar.bz2
noarch::pint-0.10.1-py_0.tar.bz2
noarch::pint-0.11-py_0.tar.bz2
noarch::pint-0.11-py_1.tar.bz2
noarch::pint-0.12-py_0.tar.bz2
noarch::pint-0.13-py_0.tar.bz2
noarch::pint-0.14-py_0.tar.bz2
noarch::pint-0.15-py_0.tar.bz2
noarch::pint-0.16-py_0.tar.bz2
noarch::pint-0.16-py_1.tar.bz2
noarch::pint-0.16.1-py_0.tar.bz2
noarch::pint-0.17-pyhd8ed1ab_0.tar.bz2
noarch::pint-0.17-pyhd8ed1ab_1.tar.bz2
-    "python >=3.6",
+    "python >=3.6,<3.13.0a0",
noarch::pint-0.19-pyhd8ed1ab_0.tar.bz2
noarch::pint-0.19.1-pyhd8ed1ab_0.tar.bz2
noarch::pint-0.19.2-pyhd8ed1ab_0.tar.bz2
noarch::pint-0.20-pyhd8ed1ab_0.tar.bz2
noarch::pint-0.20.1-pyhd8ed1ab_0.tar.bz2
noarch::pint-0.21-pyhd8ed1ab_0.conda
-    "python >=3.8"
+    "python >=3.8,<3.13.0a0"
noarch::pint-0.18-pyhd8ed1ab_0.tar.bz2
-    "python >=3.7"
+    "python >=3.7,<3.13.0a0"
noarch::pint-0.8.1-py_1.tar.bz2
noarch::pint-0.9-py_0.tar.bz2
-    "python",
+    "python <3.13.0a0",
noarch::pint-0.24-pyhd8ed1ab_0.conda
noarch::pint-0.24-pyhd8ed1ab_1.conda
noarch::pint-0.24-pyhd8ed1ab_2.conda
noarch::pint-0.24.1-pyhd8ed1ab_0.conda
-    "python >=3.10",
+    "python >=3.10,<3.13.0a0",
noarch::pint-0.22-pyhd8ed1ab_1.conda
noarch::pint-0.23-pyhd8ed1ab_0.conda
noarch::pint-0.23-pyhd8ed1ab_1.conda
noarch::pint-0.24.1-pyhd8ed1ab_1.conda
noarch::pint-0.24.3-pyhd8ed1ab_0.conda
-    "python >=3.9",
+    "python >=3.9,<3.13.0a0",

Ping @conda-forge/pint

@beenje beenje requested a review from a team as a code owner October 26, 2024 14:41
@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@ocefpaf ocefpaf merged commit f333c39 into conda-forge:main Oct 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants