Skip to content

Commit

Permalink
Bump from to ubuntu-24.04 and latest external workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 6, 2024
1 parent 7c9a075 commit 66c3bde
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

update-readme:
name: Update readme
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- windows-2022
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

generate-labels:
name: Generate extra labels
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# This will became unmaintainable and tedious so we use this job to pre-compute which jobs is going to get our
# "stable" flag.
name: "OS/Python/stable matrix pre-compute"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
test_matrix: ${{ steps.create_matrix.outputs.matrix }}
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
variants: dict[str, set[str]] = {
# Available OSes: https://github.com/actions/runner-images#available-images
"os": {
"ubuntu-22.04",
"ubuntu-24.04",
"macos-14",
"windows-2022",
},
Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## [5.18.1 (unreleased)](https://github.com/kdeldycke/meta-package-manager/compare/v5.18.0...main)

> \[!IMPORTANT\]
> [!IMPORTANT]
> This version is not released yet and is under active development.
- \[mpm\] Drop support for Python 3.9.
- \[mpm\] Run tests and actions on `ubuntu-24.04` instead of `ubuntu-22.04`.
- \[mpm\] Replace local platform utilities by `extra-platforms` dependency.
- \[mpm\] Add a Sankey diagram of all supported package managers.

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ docs = [
[project.scripts]
mpm = 'meta_package_manager.__main__:main'

[tool.uv]
package = true

[tool.nuitka]
product-name = "Meta Package Manager"
file-description = "🎁 wraps all package managers with a unifying CLI"
Expand Down

0 comments on commit 66c3bde

Please sign in to comment.