-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add python 3.13 to CI #1117
base: main
Are you sure you want to change the base?
Add python 3.13 to CI #1117
Conversation
You need to modify the Python version here: neuroconv/.github/workflows/deploy-tests.yml Lines 42 to 44 in 52cd6aa
Maybe it would be a good idea to manage that with the defaults or remove the defaults as in the current state is confusing, what do you think? they are required but they have a default (?!). |
After #1113, adding python 3.13 shouldn't require a PR, so we can close this. |
I think that adding support for new versions and old versions should still require a PR independent of how we define the versions. Both might require changes on requirements and/or code and it feels to me that a PR is a good place to discuss/highlight this. |
Well, the pyproject.toml would still need to add/remove the changed versions, so that would require a PR. Unfortunately, I don't think there's any good way to require a PR to actually change the configuration variable for the repo. |
Well I was dead wrong there lol. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1117 +/- ##
==========================================
+ Coverage 90.44% 90.59% +0.15%
==========================================
Files 129 129
Lines 8055 8187 +132
==========================================
+ Hits 7285 7417 +132
Misses 770 770
Flags with carried forward coverage won't be shown. Click here to find out more. |
On the ephys side I am following here: Then, what would remain at our side is some behavior I think. |
I'm sorry, what are you talking about? |
Adding Python 3.13 support? : / |
Based on install errors, looks like we are waiting on numba: numba/numba#9682 |
No description provided.