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

Compatibility with older python versions #23

Closed
Aluriak opened this issue Jan 25, 2021 · 1 comment · Fixed by #41
Closed

Compatibility with older python versions #23

Aluriak opened this issue Jan 25, 2021 · 1 comment · Fixed by #41

Comments

@Aluriak
Copy link
Contributor

Aluriak commented Jan 25, 2021

Hi !

The use of from __future__ import annotations, and subsequent postponed annotations, prevents xstate to be used with version 3.6 of python, despite being still officially supported.

Can you ensure the compatibility with that version ?

@JovaniPink
Copy link

Hi Aluriak,

You are correct 3.6 is still supported and that using postponed annotations is 3.7+ pep-0563.

I'll work on a solution. Cheers.

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 a pull request may close this issue.

2 participants