Skip to content

Commit

Permalink
workflows: remove python 3.10 from matrix
Browse files Browse the repository at this point in the history
- We're targeting latest Debian which is currently Bookworm and it defaults to 3.11
  • Loading branch information
R1kaB3rN committed Nov 29, 2024
1 parent 83b0e18 commit d6c367a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/umu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# tomllib requires Python 3.11
# Ubuntu latest (Jammy) provides Python 3.10
version: ["3.10", "3.11", "3.12", "3.13"]
version: ["3.11", "3.12", "3.13"]

runs-on: ubuntu-latest

Expand Down

0 comments on commit d6c367a

Please sign in to comment.