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

preserve compatiblity with python 3.8 #38

Merged
merged 1 commit into from Jul 28, 2022

Conversation

cboxed
Copy link

@cboxed cboxed commented Jul 27, 2022

The union operator ("|") for dictionaries was used in some places.
For dictionaries it is only supported for python version >= 3.9 (https://peps.python.org/pep-0584/).
In setup.cfg python >= 3.8 was defined (python_requires = >=3.8).
To preserve compatibility with 3.8 I changed the union operators for dicts.

The union operator ("|") for dictionaries was used in some places.
For dictionaries it is only supported for python version >= 3.9 (https://peps.python.org/pep-0584/).
In setup.cfg python >= 3.8 was defined (python_requires = >=3.8).
To preserve compatibility with 3.8 I changed the union operators for dicts.
@Ernst79
Copy link
Owner

Ernst79 commented Jul 28, 2022

Thanks!

@Ernst79 Ernst79 merged commit 0061449 into Ernst79:master Jul 28, 2022
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.

None yet

2 participants