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

workflows, requirements: python 3.13 changes (bug 1914897) #1868

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zzzeid
Copy link
Collaborator

@zzzeid zzzeid commented Nov 6, 2024

  • add python 3.13 to requirements, ci build
  • remove python 3.8 from requirements, ci builds
  • fix requirements workflows bugs
  • upgrade various packages

@@ -57,7 +57,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}-requirements
name: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}-requirements-${{ matrix.python-version }}-${{ runner.os }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

upload-artifacts now requires unique names for each file

@zzzeid zzzeid force-pushed the zeid/bug-1914897-python-3.13 branch from 941d684 to 5aff882 Compare November 6, 2024 15:46
@zzzeid zzzeid marked this pull request as ready for review November 6, 2024 15:46
@zzzeid zzzeid force-pushed the zeid/bug-1914897-python-3.13 branch 4 times, most recently from 7a4279f to 88a81c8 Compare November 12, 2024 15:53
- add python 3.13 to requirements, ci build
- remove python 3.8 from requirements, ci builds
- fix requirements workflows bugs
@zzzeid zzzeid force-pushed the zeid/bug-1914897-python-3.13 branch from 88a81c8 to f3ed285 Compare November 12, 2024 17:03
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.

1 participant