-
Notifications
You must be signed in to change notification settings - Fork 49
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 and build with newer Pythons #75
Conversation
v2 is deprecated
v2 is deprecated
Because of this warning from the action: > You are using "pypa/gh-action-pypi-publish@master". The "master" > branch of this project has been sunset and will not receive any > updates, not even security bug fixes. Please, make sure to use a > supported version. If you want to pin to v1 major version, use > "pypa/gh-action-pypi-publish@release/v1". If you feel adventurous, > you may opt to use use "pypa/gh-action-pypi-publish@unstable/v1" > instead. A more general recommendation is to pin to exact tags or > commit shas.
Because of this warning: > Node.js 12 actions are deprecated. For more information see: > https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please > update the following actions to use Node.js 16: > actions/download-artifact@v2
Because of this warning: > The ubuntu-18.04 environment is deprecated, consider switching to > ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more > details see > actions/runner-images#6002
Thanks. Do you mind splitting this into a few different PRs? At a glance, it seems like three makes sense:
How does that sound? |
That sounds reasonable but I will have to watch the CI spin across three separate PRs again and that is not... fun. >_< Will get on that when I have some time. |
See #74. These are the changes:
-latest
).