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

Reload the official superfluid dependency. #156

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

nesitor
Copy link
Member

@nesitor nesitor commented Aug 26, 2024

Fix: Reload the official superfluid dependency.
Fix: Disable completely the support for Python 3.8

@nesitor nesitor self-assigned this Aug 26, 2024
@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Aug 26, 2024
Copy link

Summary:
The PR involves a change in dependency versions and the removal of a specific git-based dependency, which is likely a temporary measure or a replacement for a more stable version. This change is relatively straightforward and does not introduce significant new features or modify complex logic.

Highlighting relevant parts of the diff:

  • Dependency Version Change: The line "superfluid@git+https:/1yam/superfluid.py.git@1yam-add-base" was replaced with "superfluid~=0.2.1". This is a straightforward version update, indicating a shift from a development version to a more stable release.
  • Python Versions Update: The matrix configuration for Python versions was updated to exclude 3.8 and keep the versions 3.9, 3.10, and 3.11. This change is minor and does not affect the core functionality of the project.

The PR primarily involves a version update and a minor configuration change, which are unlikely to introduce bugs or require deep understanding of the project architecture. Therefore, it is categorized as 'BLUE'.

@nesitor nesitor merged commit 991670c into main Aug 26, 2024
14 checks passed
@nesitor nesitor deleted the andres-fix-reset_superfluid_dependency branch August 26, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants