Skip to content
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

Merged
merged 3 commits into from
May 12, 2024
Merged

Drop python 3.8 #853

merged 3 commits into from
May 12, 2024

Conversation

h-mayorquin
Copy link
Collaborator

@h-mayorquin h-mayorquin marked this pull request as ready for review May 12, 2024 14:59
Copy link

codecov bot commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.62%. Comparing base (9f92b45) to head (f4433bb).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #853   +/-   ##
=======================================
  Coverage   91.62%   91.62%           
=======================================
  Files         123      123           
  Lines        6771     6774    +3     
=======================================
+ Hits         6204     6207    +3     
  Misses        567      567           
Flag Coverage Δ
unittests 91.62% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...tainterfaces/ecephys/spike2/spike2datainterface.py 55.17% <ø> (ø)

@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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'
Copy link
Member

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?

@CodyCBakerPhD CodyCBakerPhD merged commit 4c8a2ca into main May 12, 2024
32 of 36 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the drop_python_3.8 branch May 12, 2024 15:41
@CodyCBakerPhD CodyCBakerPhD restored the drop_python_3.8 branch May 12, 2024 15:41
CodyCBakerPhD added a commit that referenced this pull request May 12, 2024
@h-mayorquin h-mayorquin deleted the drop_python_3.8 branch May 12, 2024 15:41
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