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

updates actions/upload-artifact to v4 #167

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

philrhc
Copy link

@philrhc philrhc commented Dec 9, 2024

v2 deprecated

@@ -33,15 +33,15 @@ jobs:
max-parallel: 1 # tests interfere with each other if run in parallel
matrix:
# order matters - this setup minimizes the interference between jobs
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.8, 3.9]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python 2.7 is no longer supported actions/setup-python#672
3.5, 3.6, and 3.7 only use more specific version like x.y.z and do not have mac arm64 versions
proposing to simply delete them but happy to find an alternative based on preferences

@sphaero
Copy link
Contributor

sphaero commented Dec 9, 2024

Thanks!

@sphaero sphaero merged commit de0e901 into zeromq:master Dec 9, 2024
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