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

Fix old python version issues #1875

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Fix old python version issues #1875

merged 1 commit into from
Feb 5, 2025

Conversation

cccs-jh
Copy link
Contributor

@cccs-jh cccs-jh commented Feb 5, 2025

  • import annotations from future in service_delta, required to use the | for union type hints in python 3.9
  • Remove py3.7, py3.8 mention in setup.py. They are depricated and no longer supported

- import annotations from __future__ in service_delta, required to
  use the | for union type hints in python 3.9
- Remove py3.7, py3.8 mention in setup.py. They are depricated and
  no longer supported
@cccs-jh cccs-jh requested a review from cccs-rs February 5, 2025 17:16
@cccs-jh cccs-jh merged commit 4339633 into master Feb 5, 2025
1 check passed
@cccs-jh cccs-jh deleted the bugfix/old_versions branch February 5, 2025 18:02
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