-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
ci: Test with Python 3.13 #834
Conversation
@@ -39,6 +46,7 @@ jobs: | |||
python-version: ${{ matrix.python-version }} | |||
miniforge-variant: Mambaforge | |||
use-mamba: true | |||
channels: conda-forge/label/python_rc,conda-forge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, TIL @henryiii!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured it out today too. :) I've been seeing my feedstocks being rebuilt for 3.13, so I knew it had to be somewhere.
This also contains a fix for upload-artifact v4.4 now avoiding hidden files by default. |
Looks like the action tests are only running on main. Those also need 3.13. |
No description provided.