Skip to content

Configure for py3.13 #641

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

Merged
merged 7 commits into from
May 9, 2025
Merged

Configure for py3.13 #641

merged 7 commits into from
May 9, 2025

Conversation

liamhuber
Copy link
Member

Including extra build packages since conda-forge dropped setuptools and wheel

Including extra build packages since [conda-forge dropped setuptools and wheel](https://conda-forge.org/news/2024/08/21/sunsetting-pip-deps/?utm_source=chatgpt.com)

Signed-off-by: liamhuber <[email protected]>
Copy link

github-actions bot commented May 8, 2025

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/py313

Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.61%. Comparing base (c618511) to head (d419c67).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #641   +/-   ##
=======================================
  Coverage   91.61%   91.61%           
=======================================
  Files          32       32           
  Lines        3457     3457           
=======================================
  Hits         3167     3167           
  Misses        290      290           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@liamhuber
Copy link
Member Author

The following packages are incompatible
      ├─ pyiron_snippets =0.1.4 * is installable and it requires
      │  └─ python >=3.9,<3.13 *, which can be installed;
      └─ python >=3.10,<3.14 * is installable with the potential options
         ├─ python [3.10.0|3.10.1|...|3.12.9], which can be installed;
         └─ python [3.13.0|3.13.1|3.13.2|3.13.3] conflicts with any installable versions previously reported.

obiwan

@liamhuber liamhuber marked this pull request as draft May 8, 2025 21:03
@liamhuber
Copy link
Member Author

Just waiting on the conda release of pyiron_snippets-0.2.0

@liamhuber
Copy link
Member Author

3.13 builds the env ok now, but is failing an actual test:

======================================================================
ERROR: test_preview_outputs (mixin.test_preview.TestIOPreview.test_preview_outputs) [Uninspectable function]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/tests/unit/mixin/test_preview.py", line 191, in test_preview_outputs
    f = _uninspectable()
  File "/home/runner/work/pyiron_workflow/pyiron_workflow/tests/unit/mixin/test_preview.py", line 189, in _uninspectable
    return locals()["__source_code_not_available"]
           ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: '__source_code_not_available'

----------------------------------------------------------------------

@liamhuber
Copy link
Member Author

Ok, in 3.13 the changed the use of locals(). Not a big deal.

@liamhuber liamhuber marked this pull request as ready for review May 9, 2025 13:36
@liamhuber liamhuber merged commit 4c27209 into main May 9, 2025
20 checks passed
@liamhuber liamhuber deleted the py313 branch May 9, 2025 13:36
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.

2 participants