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

Scheduled weekly dependency update for week 08 #1471

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

pyup-bot
Copy link
Contributor

Update lxml from 4.7.1 to 4.8.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

@miguelsousa
Copy link
Member

The wheel failed to build on Windows.
The error message is:

Building windows wheels for Python 3.10 requires Microsoft Visual Studio 2022.

@josh-hadley
Copy link
Collaborator

The wheel failed to build on Windows. The error message is:

Building windows wheels for Python 3.10 requires Microsoft Visual Studio 2022.

Probably this line

echo "CMAKE_GENERATOR=Visual Studio 16 2019" >> $GITHUB_ENV

Needs to be "Visual Studio 17 2022"

See also actions/runner-images#3949

@miguelsousa
Copy link
Member

This line may have to be updated as well,

vs-version: '[16.4,]'

- comment out vs-version for setup-msbuild (temporary to see if default works)
- set CMAKE_GENERATOR to "Visual Studio 17 2022"
@josh-hadley
Copy link
Collaborator

This line may have to be updated as well,

vs-version: '[16.4,]'

Yes -- I've just commented it out for now which should use the default as it's not clear which specific versions of VS 17.x are actually available on windows-latest.

@miguelsousa
Copy link
Member

@josh-hadley Can you also try changing the value in this line to 3.9?

python-version: "3.10"

- exclude mac python 3.9 (instead of 3.10)
- change setup-msbuild vs-version to minimum 17.0 (see https://github.com/microsoft/setup-msbuild#specifying-specific-versions-of-visual-studio-optional)
@josh-hadley josh-hadley merged commit b961c54 into develop Feb 22, 2022
@josh-hadley josh-hadley deleted the pyup-scheduled-update-2022-02-21 branch February 22, 2022 18:25
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.

3 participants