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

Python 3.11 support dropping 3.7 #926

Merged
merged 4 commits into from
Jan 24, 2025

Conversation

ValerioArnaudo
Copy link
Collaborator

@ValerioArnaudo ValerioArnaudo commented Jan 23, 2025

Pull request title

  • I read contributing guideline
  • I didn't find a similar pull request already open.
  • My PR is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)

Description

This PR is meant to allow Spleeter to work with Python 3.11 (3.7 has been discountinued)

How this patch was tested

You tested it, right?
No new code has been added, just some refactoring in order for the unittest to pass for all supported python versions

  • I implemented unit test whicn ran successfully using poetry run pytest tests/
  • Code has been formatted using poetry run black spleeter
  • Imports has been formatted using `poetry run isort spleeter``

Documentation link and external references

Documentation regarding Str Enum backward compatibility

Copy link
Member

@romi1502 romi1502 left a comment

Choose a reason for hiding this comment

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

Looks good to me

@romi1502 romi1502 merged commit 9830c9b into deezer:master Jan 24, 2025
4 checks passed
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