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 #219: Python3.8 compatiblity #221

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

DavidVentura
Copy link
Contributor

My changes to the DAT file parser do not run on Python3.8 and the validation tests passed, as they run on Python3.9.

If bumping the requirement to 3.9 is not reasonable, this PR adds a sanity check by executing gowin_pack on 3.8.
I added the check to the pypi job to prevent the publish step from being runnable, but I could also move this into a new job that runs on 3.8

@pepijndevos
Copy link
Member

Oh that's a great idea I'm sure the foss cad suite people will be pleased

@pepijndevos pepijndevos merged commit 153fc97 into YosysHQ:master Jan 4, 2024
12 of 14 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.

2 participants