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

Test under Python 3.11, update CI workflow to latest versions of actions #220

Merged
merged 5 commits into from
Nov 5, 2022

Conversation

dairiki
Copy link
Collaborator

@dairiki dairiki commented Nov 4, 2022

This PR updates the CI test workflow to test under Python 3.11 (in addition to 3.6-3.10).

Additionally, it updates the workflow to use the latest versions of the various actions. (This addresses deprecation warnings generated by the workflow.)

There are also fixes for a couple of spurious test failures.

That catches, e.g., deprecation warnings from any package (beyond our
control).

Note that we do configure a pytest warning filter in pyproject.toml
which will generate errors for any warnings generated from within our
code.
Currently PyYAML fails to build with Cython 3.0.0a, thus
it fails to install from sdist using `pip install --pre`.

See yaml/pyyaml#601
@lovasoa lovasoa merged commit c7d684b into lovasoa:master Nov 5, 2022
@lovasoa
Copy link
Owner

lovasoa commented Nov 5, 2022

thanks @dairiki !

@dairiki dairiki deleted the feature.py311 branch November 5, 2022 17:56
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