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: Incorrect use of typing.Union #11

Merged
merged 4 commits into from
Jun 3, 2024
Merged

Fix: Incorrect use of typing.Union #11

merged 4 commits into from
Jun 3, 2024

Conversation

vimt
Copy link
Owner

@vimt vimt commented Jun 3, 2024

Which issue does this PR close?

Related #4

Rationale for this change

can't run in python3.6

What changes are included in this PR?

  1. fix bug
    typing.Union should be Union[float, Decimal] instead of Union[float | Decimal]

  2. ci
    use tox to run ci with different Python versions

Are these changes tested?

Yes

Are there any user-facing changes?

No

@vimt vimt changed the title Ci/test Fix: Incorrect use of typing.Union Jun 3, 2024
@vimt vimt merged commit f211e4b into master Jun 3, 2024
10 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.

1 participant