Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@opoplawski
Copy link
Contributor

@opoplawski opoplawski commented Aug 6, 2025

Description

Python 3.14 rc1 is out, we should start testing with it.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@opoplawski opoplawski requested a review from a team as a code owner August 6, 2025 17:51
@github-project-automation github-project-automation bot moved this to πŸ†• New in πŸ”Ž Review Aug 6, 2025
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Aug 6, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Aug 6, 2025

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing opoplawski:3.14dev (c7ba191) with main (cfb8f27)1

Summary

βœ… 23 untouched benchmarks
⏩ 21 skipped benchmarks2

Footnotes

  1. No successful run was found on main (2257810) during the generation of this report, so cfb8f27 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩

  2. 21 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩

@opoplawski
Copy link
Contributor Author

Okay, so this doesn't work. But it does seem like there should be some way to test with python pre-releases.

@opoplawski opoplawski closed this Aug 7, 2025
@github-project-automation github-project-automation bot moved this from πŸ†• New to 🏁 Done in πŸ”Ž Review Aug 7, 2025
@opoplawski opoplawski changed the title Start running some tests with 3.14dev Start running some tests with 3.14 Aug 11, 2025
@opoplawski opoplawski reopened this Aug 11, 2025
@github-project-automation github-project-automation bot moved this from 🏁 Done to πŸ—οΈ In Progress in πŸ”Ž Review Aug 11, 2025
@opoplawski
Copy link
Contributor Author

Also, to be clear, someone else who knows what they are doing should take this over. I just wanted to nudge the ball a bit.

@danyeaw
Copy link
Member

danyeaw commented Aug 12, 2025

Hi @opoplawski, thanks so much for starting to work on this! There is an open issue related to this with some hints on how we can install a 3.14 pre-release: #15087

- Introduced a new condarc file for Python 3.14 with specific channels.
- Updated the workflow to dynamically select the appropriate condarc file based on the Python version and default channel.
@jezdez
Copy link
Member

jezdez commented Aug 13, 2025

@opoplawski I've pushed a small change to show how to use the ad-testing/label/py314 channel where Anaconda has published the 3.14rc1 as mentioned in #15087 (comment)

@github-project-automation github-project-automation bot moved this from 🏁 Done to πŸ—οΈ In Progress in πŸ”Ž Review Dec 18, 2025
@danyeaw danyeaw mentioned this pull request Jan 12, 2026
2 tasks
@jezdez jezdez self-assigned this Jan 13, 2026
This reverts the problematic changes from commit f74da82 that:
1. Incorrectly removed the @deprecated decorator from PrefixActionGroup
2. Added initial_action_groups and final_action_groups to the deprecated
   PrefixActionGroup NamedTuple (which should only be in PrefixActions)
3. Changed _prepare to return PrefixActionGroup instead of PrefixActions

The deprecation strategy is:
- PrefixActions (dataclass) is the new implementation
- PrefixActionGroup (NamedTuple) is deprecated and users should use
  PrefixActions instead
- _prepare() returns PrefixActions, not the deprecated PrefixActionGroup
@github-project-automation github-project-automation bot moved this from πŸ—οΈ In Progress to βœ… Approved in πŸ”Ž Review Jan 13, 2026
@jezdez jezdez enabled auto-merge (squash) January 13, 2026 20:16
@jezdez jezdez merged commit 9ba1859 into conda:main Jan 13, 2026
173 of 175 checks passed
@github-project-automation github-project-automation bot moved this from βœ… Approved to 🏁 Done in πŸ”Ž Review Jan 13, 2026
@danyeaw danyeaw mentioned this pull request Jan 26, 2026
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

6 participants