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

ci: Enable support for python 3.11 #231

Merged
merged 5 commits into from
Jan 12, 2023
Merged

Conversation

MatejKastak
Copy link
Member

No description provided.

For some reason starting from python3.10.9 the build of yaramod on macos
was not successful. This also affected current master tests. Changing
the build command to use the setuptools expected method of installation
helped.

I had to add a setup.py option that checks the ENV variable to enable
yaramod tests. This is because passing the parameters to `setup.py
build` is not supported anymore and we cannot easily pass
`--with-unit-tests`.
Even though the 3.16.0 was released we did not have the version on the
master branch. This also caused confusing messages in the logs about
building yaramod 3.15.0 which was not correct.
@MatejKastak MatejKastak self-assigned this Jan 12, 2023
@metthal metthal merged commit bbd09f8 into avast:master Jan 12, 2023
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