-
Notifications
You must be signed in to change notification settings - Fork 23
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
Drop python 3.8 #853
Drop python 3.8 #853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 123 123
Lines 6771 6774 +3
=======================================
+ Hits 6204 6207 +3
Misses 567 567
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -3,6 +3,7 @@ | |||
### Deprecations | |||
* Removed `stream_id` as an argument from `IntanRecordingInterface` [PR #794](https://github.com/catalystneuro/neuroconv/pull/794) | |||
* The usage of `compression` and `compression_opts` directly through the `neuroconv.tools.spikeinterface` submodule are now deprecated - users should refer to the new `configure_backend` method for a general approach for setting compression. [PR #805](https://github.com/catalystneuro/neuroconv/pull/805) | |||
* Dropped the testing of python 3.8 on the CI [PR #853](https://github.com/catalystneuro/neuroconv/pull/853) |
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.
* Dropped the testing of python 3.8 on the CI [PR #853](https://github.com/catalystneuro/neuroconv/pull/853) | |
* Dropped the testing of Python 3.8 on the CI. Dropped support for Python 3.8 in setup. [PR #853](https://github.com/catalystneuro/neuroconv/pull/853) |
@@ -1 +1 @@ | |||
sonpy>=1.7.1;python_version<='3.9' | |||
sonpy>=1.7.1;python_version=='3.9' |
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.
@bendichter I don't think I have Will Collins's contact info - can you remind them of the need to release sonpy
for Python >= 3.10
?
This reverts commit 4c8a2ca.
As discussed on catalystneuro/roiextractors#276 (comment).